Html Css Color HEX #2576AD Lochmara

📋 copy color: '#2576AD'

red 37 ◦ green 118 ◦ blue 173

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

Shades of Lochmara #2576AD

Tints of Lochmara #2576AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 11.28%
G = 35.98%
B = 52.74%

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

#2576AD (or 0x2576AD) is known color: Lochmara. HEX triplet: 25, 76 and AD. RGB value is (37,118,173). Sum of RGB (Red+Green+Blue) = 37+118+173=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #2576AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2576AD is #DA8952. Grayscale: #636363. Windows color (decimal): -14322003 or 11367973. OLE color: 11367973.

HSL color Cylindrical-coordinate representation of color #2576AD: hue angle of 204.26º 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 #2576AD is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 118 173 -
CMYK 0.79 0.32 0 0.32
HSL 204.26º 0.65% 0.41% -
HSV(B) 204.26º 0.79% 0.68% -
XYZ 14.78 16.37 41.92 -
YUV 100.05 169.16 83.03 -
System Red Green Blue C M Y K H S L
Decimal 37 118 173 0.79 0.32 0 0.32 204.26 0.65 0.41
Hex 25 76 AD 4F 20 0 20 CC 41 29
Octal 45 166 255 117 40 0 40 314 101 51
Binary 100101 1110110 10101101 1001111 100000 0 100000 11001100 1000001 101001

Color Harmonies of #2576AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2576AD

Black with #2576AD

Text Example


Text Example

White with #2576AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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