#32799B

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

Shades of Lochmara #32799B

Tints of Lochmara #32799B

Color information

#32799B (or 0x32799B) is unknown color: approx Lochmara. HEX triplet: 32, 79 and 9B. RGB value is (50,121,155). Sum of RGB (Red+Green+Blue) = 50+121+155=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #32799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32799B is #CD8664. Grayscale: #676767. Windows color (decimal): -13469285 or 10189106. OLE color: 10189106.

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

Color convert

RGB50121155-
CMYK0.680.2200.39
HSL199.43º51.22%40.2%-
HSV(B)199.43º67.74%60.78%-
XYZ14.0716.7233.5-
YUV103.65156.9889.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=15.34%
G=37.12%
B=47.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501211550.680.2200.39199.4351.2240.2
Hex32799B4416027c73328
Octal62171233104260473076350
Binary110010111100110011011100010010110010011111000111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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