#236EB1

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

Shades of Lochmara #236EB1

Tints of Lochmara #236EB1

Color information

#236EB1 (or 0x236EB1) is unknown color: approx Lochmara. HEX triplet: 23, 6E and B1. RGB value is (35,110,177). Sum of RGB (Red+Green+Blue) = 35+110+177=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #236EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236EB1 is #DC914E. Grayscale: #5E5E5E. Windows color (decimal): -14455119 or 11628067. OLE color: 11628067.

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

Color convert

RGB35110177-
CMYK0.800.3800.31
HSL208.31º66.98%41.57%-
HSV(B)208.31º80.23%69.41%-
XYZ14.214.6843.68-
YUV95.21174.1585.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.87%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 177 (69.53% from 255) = 54.97%
R=10.87%
G=34.16%
B=54.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351101770.800.3800.31208.3166.9841.57
Hex236EB1502601Fd0432a
Octal431562611204603732010352
Binary1000111101110101100011010000100110011111110100001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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