#2371B3

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

Shades of Lochmara #2371B3

Tints of Lochmara #2371B3

Color information

#2371B3 (or 0x2371B3) is unknown color: approx Lochmara. HEX triplet: 23, 71 and B3. RGB value is (35,113,179). Sum of RGB (Red+Green+Blue) = 35+113+179=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #2371B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2371B3 is #DC8E4C. Grayscale: #606060. Windows color (decimal): -14454349 or 11759907. OLE color: 11759907.

HSL color Cylindrical-coordinate representation of color #2371B3: hue angle of 207.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2371B3 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB35113179-
CMYK0.800.3700.30
HSL207.5º67.29%41.96%-
HSV(B)207.5º80.45%70.2%-
XYZ14.7315.4244.85-
YUV97.2174.1683.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.70%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 179 (70.31% from 255) = 54.74%
R=10.70%
G=34.56%
B=54.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal351131790.800.3700.30207.567.2941.96
Hex2371B3502501Ed0432a
Octal431612631204503632010352
Binary1000111110001101100111010000100101011110110100001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2371B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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