#2372AC

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

Shades of Lochmara #2372AC

Tints of Lochmara #2372AC

Color information

#2372AC (or 0x2372AC) is unknown color: approx Lochmara. HEX triplet: 23, 72 and AC. RGB value is (35,114,172). Sum of RGB (Red+Green+Blue) = 35+114+172=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #2372AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2372AC is #DC8D53. Grayscale: #606060. Windows color (decimal): -14454100 or 11301411. OLE color: 11301411.

HSL color Cylindrical-coordinate representation of color #2372AC: hue angle of 205.4º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2372AC is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35114172-
CMYK0.800.3400.33
HSL205.4º66.18%40.59%-
HSV(B)205.4º79.65%67.45%-
XYZ14.1615.3741.25-
YUV96.99170.3383.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.90%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=10.90%
G=35.51%
B=53.58%

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
Decimal351141720.800.3400.33205.466.1840.59
Hex2372AC5022021cd4229
Octal431622541204204131510251
Binary10001111100101010110010100001000100100001110011011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2372AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2372AC; }

 p { color: rgb(35,114,172); }

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

<style>
 a { background-color: #2372AC; }

 a { background-color: rgb(35,114,172); }

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

<style>
 span { border-color: #2372AC; }

 span { border-color: rgb(35,114,172); }

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