#236D96

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

Shades of Lochmara #236D96

Tints of Lochmara #236D96

Color information

#236D96 (or 0x236D96) is unknown color: approx Lochmara. HEX triplet: 23, 6D and 96. RGB value is (35,109,150). Sum of RGB (Red+Green+Blue) = 35+109+150=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #236D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236D96 is #DC9269. Grayscale: #5B5B5B. Windows color (decimal): -14455402 or 9858339. OLE color: 9858339.

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

Color convert

RGB35109150-
CMYK0.770.2700.41
HSL201.39º62.16%36.27%-
HSV(B)201.39º76.67%58.82%-
XYZ11.6713.530.84-
YUV91.55160.9887.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.90%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 150 (58.98% from 255) = 51.02%
R=11.90%
G=37.07%
B=51.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351091500.770.2700.41201.3962.1636.27
Hex236D964D1B029c93e24
Octal43155226115330513117644
Binary100011110110110010110100110111011010100111001001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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