#2476B4

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

Shades of Lochmara #2476B4

Tints of Lochmara #2476B4

Color information

#2476B4 (or 0x2476B4) is unknown color: approx Lochmara. HEX triplet: 24, 76 and B4. RGB value is (36,118,180). Sum of RGB (Red+Green+Blue) = 36+118+180=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #2476B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2476B4 is #DB894B. Grayscale: #646464. Windows color (decimal): -14387532 or 11826724. OLE color: 11826724.

HSL color Cylindrical-coordinate representation of color #2476B4: hue angle of 205.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2476B4 is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36118180-
CMYK0.80.3400.29
HSL205.83º66.67%42.35%-
HSV(B)205.83º80%70.59%-
XYZ15.4416.6345.58-
YUV100.55172.8381.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.78%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 180 (70.70% from 255) = 53.89%
R=10.78%
G=35.33%
B=53.89%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361181800.80.3400.29205.8366.6742.35
Hex2476B4502201Dce432a
Octal441662641204203531610352
Binary1001001110110101101001010000100010011101110011101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2476B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2476B4; }

 p { color: rgb(36,118,180); }

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

<style>
 a { background-color: #2476B4; }

 a { background-color: rgb(36,118,180); }

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

<style>
 span { border-color: #2476B4; }

 span { border-color: rgb(36,118,180); }

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