#236895

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

Shades of Lochmara #236895

Tints of Lochmara #236895

Color information

#236895 (or 0x236895) is unknown color: approx Lochmara. HEX triplet: 23, 68 and 95. RGB value is (35,104,149). Sum of RGB (Red+Green+Blue) = 35+104+149=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #236895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236895 is #DC976A. Grayscale: #585858. Windows color (decimal): -14456683 or 9791523. OLE color: 9791523.

HSL color Cylindrical-coordinate representation of color #236895: hue angle of 203.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236895 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB35104149-
CMYK0.770.3000.42
HSL203.68º61.96%36.08%-
HSV(B)203.68º76.51%58.43%-
XYZ11.0712.4330.25-
YUV88.5162.1489.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.15%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=12.15%
G=36.11%
B=51.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351041490.770.3000.42203.6861.9636.08
Hex2368954D1E02Acc3e24
Octal43150225115360523147644
Binary100011110100010010101100110111110010101011001100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236895; }

 p { color: rgb(35,104,149); }

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

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

 a { background-color: rgb(35,104,149); }

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

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

 span { border-color: rgb(35,104,149); }

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