#32759A

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

Shades of Lochmara #32759A

Tints of Lochmara #32759A

Color information

#32759A (or 0x32759A) is unknown color: approx Lochmara. HEX triplet: 32, 75 and 9A. RGB value is (50,117,154). Sum of RGB (Red+Green+Blue) = 50+117+154=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #32759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32759A is #CD8A65. Grayscale: #646464. Windows color (decimal): -13470310 or 10122546. OLE color: 10122546.

HSL color Cylindrical-coordinate representation of color #32759A: hue angle of 201.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32759A is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50117154-
CMYK0.680.2400.40
HSL201.35º50.98%40%-
HSV(B)201.35º67.53%60.39%-
XYZ13.5115.7332.9-
YUV101.18157.891.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=15.58%
G=36.45%
B=47.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501171540.680.2400.40201.3550.9840
Hex32759A4418028c93328
Octal62165232104300503116350
Binary110010111010110011010100010011000010100011001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32759A; }

 p { color: rgb(50,117,154); }

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

<style>
 a { background-color: #32759A; }

 a { background-color: rgb(50,117,154); }

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

<style>
 span { border-color: #32759A; }

 span { border-color: rgb(50,117,154); }

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