#236c9a

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

Shades of Lochmara #236C9A

Tints of Lochmara #236C9A

Color information

#236C9A (or 0x236C9A) is unknown color: approx Lochmara. HEX triplet: 23, 6C and 9A. RGB value is (35,108,154). Sum of RGB (Red+Green+Blue) = 35+108+154=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #236C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C9A is #DC9365. Grayscale: #5B5B5B. Windows color (decimal): -14455654 or 10120227. OLE color: 10120227.

HSL color Cylindrical-coordinate representation of color #236C9A: hue angle of 203.19º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236C9A is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB35108154-
CMYK0.770.3000.40
HSL203.19º62.96%37.06%-
HSV(B)203.19º77.27%60.39%-
XYZ11.8913.4232.53-
YUV91.42163.3287.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.78%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=11.78%
G=36.36%
B=51.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal351081540.770.3000.40203.1962.9637.06
Hex236C9A4D1E028cb3f25
Octal43154232115360503137745
Binary100011110110010011010100110111110010100011001011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236c9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,108,154); }

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

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

 a { background-color: rgb(35,108,154); }

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

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

 span { border-color: rgb(35,108,154); }

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