#236EAE

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

Shades of Lochmara #236EAE

Tints of Lochmara #236EAE

Color information

#236EAE (or 0x236EAE) is unknown color: approx Lochmara. HEX triplet: 23, 6E and AE. RGB value is (35,110,174). Sum of RGB (Red+Green+Blue) = 35+110+174=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #236EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236EAE is #DC9151. Grayscale: #5E5E5E. Windows color (decimal): -14455122 or 11431459. OLE color: 11431459.

HSL color Cylindrical-coordinate representation of color #236EAE: hue angle of 207.63º 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 #236EAE is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB35110174-
CMYK0.800.3700.32
HSL207.63º66.51%40.98%-
HSV(B)207.63º79.89%68.24%-
XYZ13.9114.5742.12-
YUV94.87172.6585.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.97%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=10.97%
G=34.48%
B=54.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351101740.800.3700.32207.6366.5140.98
Hex236EAE5025020d04329
Octal431562561204504032010351
Binary10001111011101010111010100001001010100000110100001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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