#236996

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

Shades of Lochmara #236996

Tints of Lochmara #236996

Color information

#236996 (or 0x236996) is unknown color: approx Lochmara. HEX triplet: 23, 69 and 96. RGB value is (35,105,150). Sum of RGB (Red+Green+Blue) = 35+105+150=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #236996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236996 is #DC9669. Grayscale: #585858. Windows color (decimal): -14456426 or 9857315. OLE color: 9857315.

HSL color Cylindrical-coordinate representation of color #236996: hue angle of 203.48º 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 #236996 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB35105150-
CMYK0.770.3000.41
HSL203.48º62.16%36.27%-
HSV(B)203.48º76.67%58.82%-
XYZ11.2512.6630.71-
YUV89.2162.3189.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.07%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 150 (58.98% from 255) = 51.72%
R=12.07%
G=36.21%
B=51.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351051500.770.3000.41203.4862.1636.27
Hex2369964D1E029cb3e24
Octal43151226115360513137644
Binary100011110100110010110100110111110010100111001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236996; }

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

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

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

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

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

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

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

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