#2477AD

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

Shades of Lochmara #2477AD

Tints of Lochmara #2477AD

Color information

#2477AD (or 0x2477AD) is unknown color: approx Lochmara. HEX triplet: 24, 77 and AD. RGB value is (36,119,173). Sum of RGB (Red+Green+Blue) = 36+119+173=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #2477AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2477AD is #DB8852. Grayscale: #646464. Windows color (decimal): -14387283 or 11368228. OLE color: 11368228.

HSL color Cylindrical-coordinate representation of color #2477AD: hue angle of 203.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2477AD is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36119173-
CMYK0.790.3100.32
HSL203.65º65.55%40.98%-
HSV(B)203.65º79.19%67.84%-
XYZ14.8716.5941.95-
YUV100.3416982.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.98%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 173 (67.97% from 255) = 52.74%
R=10.98%
G=36.28%
B=52.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361191730.790.3100.32203.6565.5540.98
Hex2477AD4F1F020cc4229
Octal441672551173704031410251
Binary1001001110111101011011001111111110100000110011001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2477AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2477AD; }

 p { color: rgb(36,119,173); }

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

<style>
 a { background-color: #2477AD; }

 a { background-color: rgb(36,119,173); }

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

<style>
 span { border-color: #2477AD; }

 span { border-color: rgb(36,119,173); }

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