Html Css Color HEX #2576AB Lochmara

📋 copy color: '#2576AB'

red 37 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #2576AB

Tints of Lochmara #2576AB

RGB

 RED value IS 37 (14.84% from 255) = 11.35%

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

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

R = 11.35%
G = 36.2%
B = 52.45%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2576AB (or 0x2576AB) is known color: Lochmara. HEX triplet: 25, 76 and AB. RGB value is (37,118,171). Sum of RGB (Red+Green+Blue) = 37+118+171=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 118 (46.48% from 255 or 36.20% 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 #2576AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2576AB is #DA8954. Grayscale: #636363. Windows color (decimal): -14322005 or 11236901. OLE color: 11236901.

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

Color convert

RGB 37 118 171 -
CMYK 0.78 0.31 0 0.33
HSL 203.73º 0.64% 0.41% -
HSV(B) 203.73º 0.78% 0.67% -
XYZ 14.59 16.29 40.9 -
YUV 99.82 168.16 83.19 -
System Red Green Blue C M Y K H S L
Decimal 37 118 171 0.78 0.31 0 0.33 203.73 0.64 0.41
Hex 25 76 AB 4E 1F 0 21 CC 40 29
Octal 45 166 253 116 37 0 41 314 100 51
Binary 100101 1110110 10101011 1001110 11111 0 100001 11001100 1000000 101001

Color Harmonies of #2576AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2576AB

Black with #2576AB

Text Example


Text Example

White with #2576AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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