#2377AB

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

Shades of Lochmara #2377AB

Tints of Lochmara #2377AB

Color information

#2377AB (or 0x2377AB) is unknown color: approx Lochmara. HEX triplet: 23, 77 and AB. RGB value is (35,119,171). Sum of RGB (Red+Green+Blue) = 35+119+171=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #2377AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2377AB is #DC8854. Grayscale: #636363. Windows color (decimal): -14452821 or 11237155. OLE color: 11237155.

HSL color Cylindrical-coordinate representation of color #2377AB: hue angle of 202.94º 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 #2377AB is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35119171-
CMYK0.800.3000.33
HSL202.94º66.02%40.39%-
HSV(B)202.94º79.53%67.06%-
XYZ14.6416.4940.94-
YUV99.81168.1781.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.77%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=10.77%
G=36.62%
B=52.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351191710.800.3000.33202.9466.0240.39
Hex2377AB501E021cb4228
Octal431672531203604131310250
Binary1000111110111101010111010000111100100001110010111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2377AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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