#236AB0

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

Shades of Lochmara #236AB0

Tints of Lochmara #236AB0

Color information

#236AB0 (or 0x236AB0) is unknown color: approx Lochmara. HEX triplet: 23, 6A and B0. RGB value is (35,106,176). Sum of RGB (Red+Green+Blue) = 35+106+176=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 176 (69.14% from 255 or 55.52% from 317); Max value from RGB is 176 - color contains mainly: blue. Hex color #236AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236AB0 is #DC954F. Grayscale: #5C5C5C. Windows color (decimal): -14456144 or 11561507. OLE color: 11561507.

HSL color Cylindrical-coordinate representation of color #236AB0: hue angle of 209.79º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #236AB0 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB35106176-
CMYK0.800.4000.31
HSL209.79º66.82%41.37%-
HSV(B)209.79º80.11%69.02%-
XYZ13.6813.843.02-
YUV92.75174.9886.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.04%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 176 (69.14% from 255) = 55.52%
R=11.04%
G=33.44%
B=55.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351061760.800.4000.31209.7966.8241.37
Hex236AB0502801Fd24329
Octal431522601205003732210351
Binary1000111101010101100001010000101000011111110100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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