#2476A7

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

Shades of Lochmara #2476A7

Tints of Lochmara #2476A7

Color information

#2476A7 (or 0x2476A7) is unknown color: approx Lochmara. HEX triplet: 24, 76 and A7. RGB value is (36,118,167). Sum of RGB (Red+Green+Blue) = 36+118+167=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 167 (65.62% from 255 or 52.02% from 321); Max value from RGB is 167 - color contains mainly: blue. Hex color #2476A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2476A7 is #DB8958. Grayscale: #626262. Windows color (decimal): -14387545 or 10974756. OLE color: 10974756.

HSL color Cylindrical-coordinate representation of color #2476A7: hue angle of 202.44º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2476A7 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB36118167-
CMYK0.780.2900.35
HSL202.44º64.53%39.8%-
HSV(B)202.44º78.44%65.49%-
XYZ14.1816.1238.92-
YUV99.07166.3383.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.21%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 167 (65.62% from 255) = 52.02%
R=11.21%
G=36.76%
B=52.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361181670.780.2900.35202.4464.5339.8
Hex2476A74E1D023ca4128
Octal441662471163504331210150
Binary1001001110110101001111001110111010100011110010101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2476A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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