#32659F

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

Shades of Lochmara #32659F

Tints of Lochmara #32659F

Color information

#32659F (or 0x32659F) is unknown color: approx Lochmara. HEX triplet: 32, 65 and 9F. RGB value is (50,101,159). Sum of RGB (Red+Green+Blue) = 50+101+159=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #32659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32659F is #CD9A60. Grayscale: #5C5C5C. Windows color (decimal): -13474401 or 10446130. OLE color: 10446130.

HSL color Cylindrical-coordinate representation of color #32659F: hue angle of 211.93º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32659F is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50101159-
CMYK0.690.3600.38
HSL211.93º52.15%40.98%-
HSV(B)211.93º68.55%62.35%-
XYZ12.2312.4934.57-
YUV92.36165.697.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=16.13%
G=32.58%
B=51.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501011590.690.3600.38211.9352.1540.98
Hex32659F4524026d43429
Octal62145237105440463246451
Binary1100101100101100111111000101100100010011011010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32659F; }

 p { color: rgb(50,101,159); }

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

<style>
 a { background-color: #32659F; }

 a { background-color: rgb(50,101,159); }

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

<style>
 span { border-color: #32659F; }

 span { border-color: rgb(50,101,159); }

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