#236D9F

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

Shades of Lochmara #236D9F

Tints of Lochmara #236D9F

Color information

#236D9F (or 0x236D9F) is unknown color: approx Lochmara. HEX triplet: 23, 6D and 9F. RGB value is (35,109,159). Sum of RGB (Red+Green+Blue) = 35+109+159=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #236D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236D9F is #DC9260. Grayscale: #5C5C5C. Windows color (decimal): -14455393 or 10448163. OLE color: 10448163.

HSL color Cylindrical-coordinate representation of color #236D9F: hue angle of 204.19º 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 #236D9F is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB35109159-
CMYK0.780.3100.38
HSL204.19º63.92%38.04%-
HSV(B)204.19º77.99%62.35%-
XYZ12.4213.834.81-
YUV92.57165.4886.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.55%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=11.55%
G=35.97%
B=52.48%

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
Decimal351091590.780.3100.38204.1963.9238.04
Hex236D9F4E1F026cc4026
Octal431552371163704631410046
Binary1000111101101100111111001110111110100110110011001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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