Html Css Color HEX #2477AA Lochmara

📋 copy color: '#2477AA'

red 36 ◦ green 119 ◦ blue 170

#2477AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #2477AA

Tints of Lochmara #2477AA

RGB

 RED value IS 36 (14.45% from 255) = 11.08%

 GREEN value IS 119 (46.88% from 255) = 36.62%

 BLUE value IS 170 (66.8% from 255) = 52.31%

R = 11.08%
G = 36.62%
B = 52.31%

CMYK

 C value IS 0.79

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2477AA (or 0x2477AA) is known color: Lochmara. HEX triplet: 24, 77 and AA. RGB value is (36,119,170). Sum of RGB (Red+Green+Blue) = 36+119+170=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #2477AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2477AA is #DB8855. Grayscale: #636363. Windows color (decimal): -14387286 or 11171620. OLE color: 11171620.

HSL color Cylindrical-coordinate representation of color #2477AA: hue angle of 202.84º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2477AA is Cyan = 0.79, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 119 170 -
CMYK 0.79 0.3 0 0.33
HSL 202.84º 0.65% 0.4% -
HSV(B) 202.84º 0.79% 0.67% -
XYZ 14.58 16.47 40.44 -
YUV 100 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 36 119 170 0.79 0.3 0 0.33 202.84 0.65 0.4
Hex 24 77 AA 4F 1E 0 21 CB 41 28
Octal 44 167 252 117 36 0 41 313 101 50
Binary 100100 1110111 10101010 1001111 11110 0 100001 11001011 1000001 101000

Color Harmonies of #2477AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2477AA

Black with #2477AA

Text Example


Text Example

White with #2477AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2477AA;
 }
 .AnyTagClassName
 {
   color: #2477AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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