#32729E

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

Shades of Lochmara #32729E

Tints of Lochmara #32729E

Color information

#32729E (or 0x32729E) is unknown color: approx Lochmara. HEX triplet: 32, 72 and 9E. RGB value is (50,114,158). Sum of RGB (Red+Green+Blue) = 50+114+158=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #32729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32729E is #CD8D61. Grayscale: #636363. Windows color (decimal): -13471074 or 10383922. OLE color: 10383922.

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

Color convert

RGB50114158-
CMYK0.680.2800.38
HSL204.44º51.92%40.78%-
HSV(B)204.44º68.35%61.96%-
XYZ13.515.1834.57-
YUV99.88160.892.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.53%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=15.53%
G=35.40%
B=49.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501141580.680.2800.38204.4451.9240.78
Hex32729E441C026cc3429
Octal62162236104340463146451
Binary110010111001010011110100010011100010011011001100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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