#236D9E

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

Shades of Lochmara #236D9E

Tints of Lochmara #236D9E

Color information

#236D9E (or 0x236D9E) is unknown color: approx Lochmara. HEX triplet: 23, 6D and 9E. RGB value is (35,109,158). Sum of RGB (Red+Green+Blue) = 35+109+158=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #236D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236D9E is #DC9261. Grayscale: #5C5C5C. Windows color (decimal): -14455394 or 10382627. OLE color: 10382627.

HSL color Cylindrical-coordinate representation of color #236D9E: hue angle of 203.9º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #236D9E is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB35109158-
CMYK0.780.3100.38
HSL203.9º63.73%37.84%-
HSV(B)203.9º77.85%61.96%-
XYZ12.3313.7634.35-
YUV92.46164.9887.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=11.59%
G=36.09%
B=52.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351091580.780.3100.38203.963.7337.84
Hex236D9E4E1F026cc4026
Octal431552361163704631410046
Binary1000111101101100111101001110111110100110110011001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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