Html Css Color HEX #2576AE Lochmara

📋 copy color: '#2576AE'

red 37 ◦ green 118 ◦ blue 174

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

Shades of Lochmara #2576AE

Tints of Lochmara #2576AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 11.25%
G = 35.87%
B = 52.89%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2576AE (or 0x2576AE) is known color: Lochmara. HEX triplet: 25, 76 and AE. RGB value is (37,118,174). Sum of RGB (Red+Green+Blue) = 37+118+174=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #2576AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2576AE is #DA8951. Grayscale: #636363. Windows color (decimal): -14322002 or 11433509. OLE color: 11433509.

HSL color Cylindrical-coordinate representation of color #2576AE: hue angle of 204.53º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2576AE is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 118 174 -
CMYK 0.79 0.32 0 0.32
HSL 204.53º 0.65% 0.41% -
HSV(B) 204.53º 0.79% 0.68% -
XYZ 14.88 16.41 42.43 -
YUV 100.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 37 118 174 0.79 0.32 0 0.32 204.53 0.65 0.41
Hex 25 76 AE 4F 20 0 20 CD 41 29
Octal 45 166 256 117 40 0 40 315 101 51
Binary 100101 1110110 10101110 1001111 100000 0 100000 11001101 1000001 101001

Color Harmonies of #2576AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2576AE

Black with #2576AE

Text Example


Text Example

White with #2576AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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