Html Css Color HEX #2876AB Lochmara

📋 copy color: '#2876AB'

red 40 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #2876AB

Tints of Lochmara #2876AB

RGB

 RED value IS 40 (16.02% from 255) = 12.16%

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

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

R = 12.16%
G = 35.87%
B = 51.98%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2876AB (or 0x2876AB) is known color: Lochmara. HEX triplet: 28, 76 and AB. RGB value is (40,118,171). Sum of RGB (Red+Green+Blue) = 40+118+171=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #2876AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2876AB is #D78954. Grayscale: #646464. Windows color (decimal): -14125397 or 11236904. OLE color: 11236904.

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

Color convert

RGB 40 118 171 -
CMYK 0.77 0.31 0 0.33
HSL 204.27º 0.62% 0.41% -
HSV(B) 204.27º 0.77% 0.67% -
XYZ 14.7 16.35 40.91 -
YUV 100.72 167.66 84.69 -
System Red Green Blue C M Y K H S L
Decimal 40 118 171 0.77 0.31 0 0.33 204.27 0.62 0.41
Hex 28 76 AB 4D 1F 0 21 CC 3E 29
Octal 50 166 253 115 37 0 41 314 76 51
Binary 101000 1110110 10101011 1001101 11111 0 100001 11001100 111110 101001

Color Harmonies of #2876AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2876AB

Black with #2876AB

Text Example


Text Example

White with #2876AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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