#2371AB

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

Shades of Lochmara #2371AB

Tints of Lochmara #2371AB

Color information

#2371AB (or 0x2371AB) is unknown color: approx Lochmara. HEX triplet: 23, 71 and AB. RGB value is (35,113,171). Sum of RGB (Red+Green+Blue) = 35+113+171=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #2371AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2371AB is #DC8E54. Grayscale: #5F5F5F. Windows color (decimal): -14454357 or 11235619. OLE color: 11235619.

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

Color convert

RGB35113171-
CMYK0.800.3400.33
HSL205.59º66.02%40.39%-
HSV(B)205.59º79.53%67.06%-
XYZ13.9515.1140.71-
YUV96.29170.1684.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.97%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=10.97%
G=35.42%
B=53.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351131710.800.3400.33205.5966.0240.39
Hex2371AB5022021ce4228
Octal431612531204204131610250
Binary10001111100011010101110100001000100100001110011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2371AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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