Html Css Color HEX #2477AB Lochmara

📋 copy color: '#2477AB'

red 36 ◦ green 119 ◦ blue 171

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

Shades of Lochmara #2477AB

Tints of Lochmara #2477AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 11.04%
G = 36.5%
B = 52.45%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2477AB (or 0x2477AB) is known color: Lochmara. HEX triplet: 24, 77 and AB. RGB value is (36,119,171). Sum of RGB (Red+Green+Blue) = 36+119+171=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #2477AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2477AB is #DB8854. Grayscale: #636363. Windows color (decimal): -14387285 or 11237156. OLE color: 11237156.

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

Color convert

RGB 36 119 171 -
CMYK 0.79 0.30 0 0.33
HSL 203.11º 0.65% 0.41% -
HSV(B) 203.11º 0.79% 0.67% -
XYZ 14.68 16.51 40.94 -
YUV 100.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 36 119 171 0.79 0.30 0 0.33 203.11 0.65 0.41
Hex 24 77 AB 4F 1E 0 21 CB 41 29
Octal 44 167 253 117 36 0 41 313 101 51
Binary 100100 1110111 10101011 1001111 11110 0 100001 11001011 1000001 101001

Color Harmonies of #2477AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2477AB

Black with #2477AB

Text Example


Text Example

White with #2477AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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