Html Css Color HEX #32588B St Tropaz

📋 copy color: '#32588B'

red 50 ◦ green 88 ◦ blue 139

#32588B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #32588B

Tints of St Tropaz #32588B

RGB

 RED value IS 50 (19.92% from 255) = 18.05%

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 18.05%
G = 31.77%
B = 50.18%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32588B (or 0x32588B) is known color: St Tropaz. HEX triplet: 32, 58 and 8B. RGB value is (50,88,139). Sum of RGB (Red+Green+Blue) = 50+88+139=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #32588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32588B is #CDA774. Grayscale: #525252. Windows color (decimal): -13477749 or 9132082. OLE color: 9132082.

HSL color Cylindrical-coordinate representation of color #32588B: hue angle of 214.38º 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 #32588B is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 88 139 -
CMYK 0.64 0.37 0 0.45
HSL 214.38º 0.47% 0.37% -
HSV(B) 214.38º 0.64% 0.55% -
XYZ 9.47 9.52 25.77 -
YUV 82.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 50 88 139 0.64 0.37 0 0.45 214.38 0.47 0.37
Hex 32 58 8B 40 25 0 2D D6 2F 25
Octal 62 130 213 100 45 0 55 326 57 45
Binary 110010 1011000 10001011 1000000 100101 0 101101 11010110 101111 100101

Color Harmonies of #32588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32588B

Black with #32588B

Text Example


Text Example

White with #32588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,88,139); }

 H1.HeaderClassName
 {
   color: #32588B;
 }
 .AnyTagClassName
 {
   color: #32588B;
 }
</style>

background-color css

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

 a { background-color: rgb(50,88,139); }

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

border-color css

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

 span { border-color: rgb(50,88,139); }

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