#236A95

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

Shades of Lochmara #236A95

Tints of Lochmara #236A95

Color information

#236A95 (or 0x236A95) is unknown color: approx Lochmara. HEX triplet: 23, 6A and 95. RGB value is (35,106,149). Sum of RGB (Red+Green+Blue) = 35+106+149=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #236A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236A95 is #DC956A. Grayscale: #595959. Windows color (decimal): -14456171 or 9792035. OLE color: 9792035.

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

Color convert

RGB35106149-
CMYK0.770.2900.42
HSL202.63º61.96%36.08%-
HSV(B)202.63º76.51%58.43%-
XYZ11.2712.8430.32-
YUV89.67161.4889-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.07%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 149 (58.59% from 255) = 51.38%
R=12.07%
G=36.55%
B=51.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351061490.770.2900.42202.6361.9636.08
Hex236A954D1D02Acb3e24
Octal43152225115350523137644
Binary100011110101010010101100110111101010101011001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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