#32558C

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

Shades of St Tropaz #32558C

Tints of St Tropaz #32558C

Color information

#32558C (or 0x32558C) is unknown color: approx St Tropaz. HEX triplet: 32, 55 and 8C. RGB value is (50,85,140). Sum of RGB (Red+Green+Blue) = 50+85+140=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #32558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32558C is #CDAA73. Grayscale: #505050. Windows color (decimal): -13478516 or 9196850. OLE color: 9196850.

HSL color Cylindrical-coordinate representation of color #32558C: hue angle of 216.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32558C is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5085140-
CMYK0.640.3900.45
HSL216.67º47.37%37.25%-
HSV(B)216.67º64.29%54.9%-
XYZ9.39.0726.07-
YUV80.81161.4106.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=18.18%
G=30.91%
B=50.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50851400.640.3900.45216.6747.3737.25
Hex32558C402702Dd92f25
Octal62125214100470553315745
Binary1100101010101100011001000000100111010110111011001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,85,140); }

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

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

 a { background-color: rgb(50,85,140); }

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

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

 span { border-color: rgb(50,85,140); }

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