#236FA2

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

Shades of Lochmara #236FA2

Tints of Lochmara #236FA2

Color information

#236FA2 (or 0x236FA2) is unknown color: approx Lochmara. HEX triplet: 23, 6F and A2. RGB value is (35,111,162). Sum of RGB (Red+Green+Blue) = 35+111+162=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #236FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236FA2 is #DC905D. Grayscale: #5D5D5D. Windows color (decimal): -14454878 or 10645283. OLE color: 10645283.

HSL color Cylindrical-coordinate representation of color #236FA2: hue angle of 204.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #236FA2 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB35111162-
CMYK0.780.3100.36
HSL204.09º64.47%38.63%-
HSV(B)204.09º78.4%63.53%-
XYZ12.914.3336.27-
YUV94.09166.3285.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.36%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 162 (63.67% from 255) = 52.60%
R=11.36%
G=36.04%
B=52.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351111620.780.3100.36204.0964.4738.63
Hex236FA24E1F024cc4027
Octal431572421163704431410047
Binary1000111101111101000101001110111110100100110011001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,111,162); }

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

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

 a { background-color: rgb(35,111,162); }

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

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

 span { border-color: rgb(35,111,162); }

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