#236CAE

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

Shades of Lochmara #236CAE

Tints of Lochmara #236CAE

Color information

#236CAE (or 0x236CAE) is unknown color: approx Lochmara. HEX triplet: 23, 6C and AE. RGB value is (35,108,174). Sum of RGB (Red+Green+Blue) = 35+108+174=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #236CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236CAE is #DC9351. Grayscale: #5D5D5D. Windows color (decimal): -14455634 or 11430947. OLE color: 11430947.

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

Color convert

RGB35108174-
CMYK0.800.3800.32
HSL208.49º66.51%40.98%-
HSV(B)208.49º79.89%68.24%-
XYZ13.714.1442.05-
YUV93.7173.3286.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.04%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=11.04%
G=34.07%
B=54.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351081740.800.3800.32208.4966.5140.98
Hex236CAE5026020d04329
Octal431542561204604032010351
Binary10001111011001010111010100001001100100000110100001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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