#32729C

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

Shades of Lochmara #32729C

Tints of Lochmara #32729C

Color information

#32729C (or 0x32729C) is unknown color: approx Lochmara. HEX triplet: 32, 72 and 9C. RGB value is (50,114,156). Sum of RGB (Red+Green+Blue) = 50+114+156=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #32729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32729C is #CD8D63. Grayscale: #636363. Windows color (decimal): -13471076 or 10252850. OLE color: 10252850.

HSL color Cylindrical-coordinate representation of color #32729C: hue angle of 203.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32729C is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50114156-
CMYK0.680.2700.39
HSL203.77º51.46%40.39%-
HSV(B)203.77º67.95%61.18%-
XYZ13.3315.1133.67-
YUV99.65159.892.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=15.62%
G=35.62%
B=48.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501141560.680.2700.39203.7751.4640.39
Hex32729C441B027cc3328
Octal62162234104330473146350
Binary110010111001010011100100010011011010011111001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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