#2376AB

Color #2376AB Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2376AB

Tints of Lochmara #2376AB

Color information

#2376AB (or 0x2376AB) is unknown color: approx Lochmara. HEX triplet: 23, 76 and AB. RGB value is (35,118,171). Sum of RGB (Red+Green+Blue) = 35+118+171=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #2376AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2376AB is #DC8954. Grayscale: #626262. Windows color (decimal): -14453077 or 11236899. OLE color: 11236899.

HSL color Cylindrical-coordinate representation of color #2376AB: hue angle of 203.38º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2376AB is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35118171-
CMYK0.800.3100.33
HSL203.38º66.02%40.39%-
HSV(B)203.38º79.53%67.06%-
XYZ14.5216.2540.9-
YUV99.22168.582.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.80%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=10.80%
G=36.42%
B=52.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351181710.800.3100.33203.3866.0240.39
Hex2376AB501F021cb4228
Octal431662531203704131310250
Binary1000111110110101010111010000111110100001110010111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2376AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2376AB;
 }
 .AnyTagClassName
 {
   color: #2376AB;
 }
</style>
background-color css

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

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

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

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

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

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