#2674ac

Color #2674AC Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2674AC

Tints of Lochmara #2674AC

Color information

#2674AC (or 0x2674AC) is unknown color: approx Lochmara. HEX triplet: 26, 74 and AC. RGB value is (38,116,172). Sum of RGB (Red+Green+Blue) = 38+116+172=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #2674AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2674AC is #D98B53. Grayscale: #626262. Windows color (decimal): -14256980 or 11301926. OLE color: 11301926.

HSL color Cylindrical-coordinate representation of color #2674AC: hue angle of 205.07º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2674AC is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38116172-
CMYK0.780.3300.33
HSL205.07º63.81%41.18%-
HSV(B)205.07º77.91%67.45%-
XYZ14.4915.8841.33-
YUV99.06169.1684.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 11.66%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 172 (67.58% from 255) = 52.76%
R=11.66%
G=35.58%
B=52.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381161720.780.3300.33205.0763.8141.18
Hex2674AC4E21021cd4029
Octal461642541164104131510051
Binary10011011101001010110010011101000010100001110011011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2674ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2674ac; }

 p { color: rgb(38,116,172); }

 H1.HeaderClassName
 {
   color: #2674ac;
 }
 .AnyTagClassName
 {
   color: #2674ac;
 }
</style>
background-color css

<style>
 a { background-color: #2674ac; }

 a { background-color: rgb(38,116,172); }

 div.DivClassName
 {
   background-color: #2674ac;
 }
 .BgClassName
 {
   background-color: #2674ac;
 }
</style>
border-color css

<style>
 span { border-color: #2674ac; }

 span { border-color: rgb(38,116,172); }

 td.TdClassName
 {
   border-color: #2674ac;
 }
 .TagClassName
 {
   border-color: #2674ac;
 }
</style>