#32598A

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

Shades of St Tropaz #32598A

Tints of St Tropaz #32598A

Color information

#32598A (or 0x32598A) is unknown color: approx St Tropaz. HEX triplet: 32, 59 and 8A. RGB value is (50,89,138). Sum of RGB (Red+Green+Blue) = 50+89+138=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #32598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32598A is #CDA675. Grayscale: #525252. Windows color (decimal): -13477494 or 9066802. OLE color: 9066802.

HSL color Cylindrical-coordinate representation of color #32598A: hue angle of 213.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32598A is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5089138-
CMYK0.640.3600.46
HSL213.41º46.81%36.86%-
HSV(B)213.41º63.77%54.12%-
XYZ9.489.6625.41-
YUV82.92159.08104.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=18.05%
G=32.13%
B=49.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50891380.640.3600.46213.4146.8136.86
Hex32598A402402Ed52f25
Octal62131212100440563255745
Binary1100101011001100010101000000100100010111011010101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32598A; }

 p { color: rgb(50,89,138); }

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

<style>
 a { background-color: #32598A; }

 a { background-color: rgb(50,89,138); }

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

<style>
 span { border-color: #32598A; }

 span { border-color: rgb(50,89,138); }

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