#236A96

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

Shades of Lochmara #236A96

Tints of Lochmara #236A96

Color information

#236A96 (or 0x236A96) is unknown color: approx Lochmara. HEX triplet: 23, 6A and 96. RGB value is (35,106,150). Sum of RGB (Red+Green+Blue) = 35+106+150=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #236A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236A96 is #DC9569. Grayscale: #595959. Windows color (decimal): -14456170 or 9857571. OLE color: 9857571.

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

Color convert

RGB35106150-
CMYK0.770.2900.41
HSL202.96º62.16%36.27%-
HSV(B)202.96º76.67%58.82%-
XYZ11.3512.8730.74-
YUV89.79161.9888.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.03%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=12.03%
G=36.43%
B=51.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351061500.770.2900.41202.9662.1636.27
Hex236A964D1D029cb3e24
Octal43152226115350513137644
Binary100011110101010010110100110111101010100111001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236A96; }

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

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

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

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

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

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

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

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