#2371A3

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

Shades of Lochmara #2371A3

Tints of Lochmara #2371A3

Color information

#2371A3 (or 0x2371A3) is unknown color: approx Lochmara. HEX triplet: 23, 71 and A3. RGB value is (35,113,163). Sum of RGB (Red+Green+Blue) = 35+113+163=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #2371A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2371A3 is #DC8E5C. Grayscale: #5F5F5F. Windows color (decimal): -14454365 or 10711331. OLE color: 10711331.

HSL color Cylindrical-coordinate representation of color #2371A3: hue angle of 203.44º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2371A3 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB35113163-
CMYK0.790.3100.36
HSL203.44º64.65%38.82%-
HSV(B)203.44º78.53%63.92%-
XYZ13.2114.8136.81-
YUV95.38166.1684.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.25%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 163 (64.06% from 255) = 52.41%
R=11.25%
G=36.33%
B=52.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351131630.790.3100.36203.4464.6538.82
Hex2371A34F1F024cb4127
Octal431612431173704431310147
Binary1000111110001101000111001111111110100100110010111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2371A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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