#32799E

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

Shades of Lochmara #32799E

Tints of Lochmara #32799E

Color information

#32799E (or 0x32799E) is unknown color: approx Lochmara. HEX triplet: 32, 79 and 9E. RGB value is (50,121,158). Sum of RGB (Red+Green+Blue) = 50+121+158=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #32799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32799E is #CD8661. Grayscale: #676767. Windows color (decimal): -13469282 or 10385714. OLE color: 10385714.

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

Color convert

RGB50121158-
CMYK0.680.2300.38
HSL200.56º51.92%40.78%-
HSV(B)200.56º68.35%61.96%-
XYZ14.3216.8234.84-
YUV103.99158.4889.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=15.20%
G=36.78%
B=48.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501211580.680.2300.38200.5651.9240.78
Hex32799E4417026c93429
Octal62171236104270463116451
Binary110010111100110011110100010010111010011011001001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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