#2371B4

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

Shades of Lochmara #2371B4

Tints of Lochmara #2371B4

Color information

#2371B4 (or 0x2371B4) is unknown color: approx Lochmara. HEX triplet: 23, 71 and B4. RGB value is (35,113,180). Sum of RGB (Red+Green+Blue) = 35+113+180=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #2371B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2371B4 is #DC8E4B. Grayscale: #606060. Windows color (decimal): -14454348 or 11825443. OLE color: 11825443.

HSL color Cylindrical-coordinate representation of color #2371B4: hue angle of 207.72º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2371B4 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB35113180-
CMYK0.810.3700.29
HSL207.72º67.44%42.16%-
HSV(B)207.72º80.56%70.59%-
XYZ14.8415.4645.38-
YUV97.32174.6683.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.67%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 180 (70.70% from 255) = 54.88%
R=10.67%
G=34.45%
B=54.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal351131800.810.3700.29207.7267.4442.16
Hex2371B4512501Dd0432a
Octal431612641214503532010352
Binary1000111110001101101001010001100101011101110100001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2371B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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