#32729F

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

Shades of Lochmara #32729F

Tints of Lochmara #32729F

Color information

#32729F (or 0x32729F) is unknown color: approx Lochmara. HEX triplet: 32, 72 and 9F. RGB value is (50,114,159). Sum of RGB (Red+Green+Blue) = 50+114+159=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #32729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32729F is #CD8D60. Grayscale: #636363. Windows color (decimal): -13471073 or 10449458. OLE color: 10449458.

HSL color Cylindrical-coordinate representation of color #32729F: hue angle of 204.77º 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 #32729F is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50114159-
CMYK0.690.2800.38
HSL204.77º52.15%40.98%-
HSV(B)204.77º68.55%62.35%-
XYZ13.5915.2235.02-
YUV99.99161.392.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=15.48%
G=35.29%
B=49.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501141590.690.2800.38204.7752.1540.98
Hex32729F451C026cd3429
Octal62162237105340463156451
Binary110010111001010011111100010111100010011011001101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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