Html Css Color HEX #2476AB Lochmara

📋 copy color: '#2476AB'

red 36 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #2476AB

Tints of Lochmara #2476AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

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

R = 11.08%
G = 36.31%
B = 52.62%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2476AB (or 0x2476AB) is known color: Lochmara. HEX triplet: 24, 76 and AB. RGB value is (36,118,171). Sum of RGB (Red+Green+Blue) = 36+118+171=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #2476AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2476AB is #DB8954. Grayscale: #636363. Windows color (decimal): -14387541 or 11236900. OLE color: 11236900.

HSL color Cylindrical-coordinate representation of color #2476AB: hue angle of 203.56º 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 #2476AB is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 118 171 -
CMYK 0.79 0.31 0 0.33
HSL 203.56º 0.65% 0.41% -
HSV(B) 203.56º 0.79% 0.67% -
XYZ 14.56 16.27 40.9 -
YUV 99.52 168.33 82.69 -
System Red Green Blue C M Y K H S L
Decimal 36 118 171 0.79 0.31 0 0.33 203.56 0.65 0.41
Hex 24 76 AB 4F 1F 0 21 CC 41 29
Octal 44 166 253 117 37 0 41 314 101 51
Binary 100100 1110110 10101011 1001111 11111 0 100001 11001100 1000001 101001

Color Harmonies of #2476AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476AB

Black with #2476AB

Text Example


Text Example

White with #2476AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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