#2372AA

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

Shades of Lochmara #2372AA

Tints of Lochmara #2372AA

Color information

#2372AA (or 0x2372AA) is unknown color: approx Lochmara. HEX triplet: 23, 72 and AA. RGB value is (35,114,170). Sum of RGB (Red+Green+Blue) = 35+114+170=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #2372AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2372AA is #DC8D55. Grayscale: #606060. Windows color (decimal): -14454102 or 11170339. OLE color: 11170339.

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

Color convert

RGB35114170-
CMYK0.790.3300.33
HSL204.89º65.85%40.2%-
HSV(B)204.89º79.41%66.67%-
XYZ13.9715.2940.25-
YUV96.76169.3383.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.97%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=10.97%
G=35.74%
B=53.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351141700.790.3300.33204.8965.8540.2
Hex2372AA4F21021cd4228
Octal431622521174104131510250
Binary10001111100101010101010011111000010100001110011011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2372AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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