#32799F

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

Shades of Lochmara #32799F

Tints of Lochmara #32799F

Color information

#32799F (or 0x32799F) is unknown color: approx Lochmara. HEX triplet: 32, 79 and 9F. RGB value is (50,121,159). Sum of RGB (Red+Green+Blue) = 50+121+159=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #32799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32799F is #CD8660. Grayscale: #676767. Windows color (decimal): -13469281 or 10451250. OLE color: 10451250.

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

Color convert

RGB50121159-
CMYK0.690.2400.38
HSL200.92º52.15%40.98%-
HSV(B)200.92º68.55%62.35%-
XYZ14.4116.8635.29-
YUV104.1158.9889.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 121 (47.66% from 255) = 36.67%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=15.15%
G=36.67%
B=48.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501211590.690.2400.38200.9252.1540.98
Hex32799F4518026c93429
Octal62171237105300463116451
Binary110010111100110011111100010111000010011011001001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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