#32729A

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

Shades of Lochmara #32729A

Tints of Lochmara #32729A

Color information

#32729A (or 0x32729A) is unknown color: approx Lochmara. HEX triplet: 32, 72 and 9A. RGB value is (50,114,154). Sum of RGB (Red+Green+Blue) = 50+114+154=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #32729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32729A is #CD8D65. Grayscale: #636363. Windows color (decimal): -13471078 or 10121778. OLE color: 10121778.

HSL color Cylindrical-coordinate representation of color #32729A: hue angle of 203.08º 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 #32729A is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50114154-
CMYK0.680.2600.40
HSL203.08º50.98%40%-
HSV(B)203.08º67.53%60.39%-
XYZ13.1715.0532.78-
YUV99.42158.892.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=15.72%
G=35.85%
B=48.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501141540.680.2600.40203.0850.9840
Hex32729A441A028cb3328
Octal62162232104320503136350
Binary110010111001010011010100010011010010100011001011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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