#237296

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

Shades of Lochmara #237296

Tints of Lochmara #237296

Color information

#237296 (or 0x237296) is unknown color: approx Lochmara. HEX triplet: 23, 72 and 96. RGB value is (35,114,150). Sum of RGB (Red+Green+Blue) = 35+114+150=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #237296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237296 is #DC8D69. Grayscale: #5E5E5E. Windows color (decimal): -14454122 or 9859619. OLE color: 9859619.

HSL color Cylindrical-coordinate representation of color #237296: hue angle of 198.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237296 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB35114150-
CMYK0.770.2400.41
HSL198.78º62.16%36.27%-
HSV(B)198.78º76.67%58.82%-
XYZ12.2214.5931.03-
YUV94.48159.3385.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.71%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=11.71%
G=38.13%
B=50.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351141500.770.2400.41198.7862.1636.27
Hex2372964D18029c73e24
Octal43162226115300513077644
Binary100011111001010010110100110111000010100111000111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237296; }

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

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

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

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

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

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

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

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