Html Css Color HEX #2576AA Lochmara

📋 copy color: '#2576AA'

red 37 ◦ green 118 ◦ blue 170

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

Shades of Lochmara #2576AA

Tints of Lochmara #2576AA

RGB

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

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

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

R = 11.38%
G = 36.31%
B = 52.31%

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

#2576AA (or 0x2576AA) is known color: Lochmara. HEX triplet: 25, 76 and AA. RGB value is (37,118,170). Sum of RGB (Red+Green+Blue) = 37+118+170=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 118 (46.48% from 255 or 36.31% 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 #2576AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2576AA is #DA8955. Grayscale: #636363. Windows color (decimal): -14322006 or 11171365. OLE color: 11171365.

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

Color convert

RGB 37 118 170 -
CMYK 0.78 0.31 0 0.33
HSL 203.46º 0.64% 0.41% -
HSV(B) 203.46º 0.78% 0.67% -
XYZ 14.5 16.25 40.4 -
YUV 99.71 167.66 83.27 -
System Red Green Blue C M Y K H S L
Decimal 37 118 170 0.78 0.31 0 0.33 203.46 0.64 0.41
Hex 25 76 AA 4E 1F 0 21 CB 40 29
Octal 45 166 252 116 37 0 41 313 100 51
Binary 100101 1110110 10101010 1001110 11111 0 100001 11001011 1000000 101001

Color Harmonies of #2576AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2576AA

Black with #2576AA

Text Example


Text Example

White with #2576AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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