Html Css Color HEX #32588A St Tropaz

📋 copy color: '#32588A'

red 50 ◦ green 88 ◦ blue 138

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

Shades of St Tropaz #32588A

Tints of St Tropaz #32588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50%

R = 18.12%
G = 31.88%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32588A (or 0x32588A) is known color: St Tropaz. HEX triplet: 32, 58 and 8A. RGB value is (50,88,138). Sum of RGB (Red+Green+Blue) = 50+88+138=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #32588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32588A is #CDA775. Grayscale: #525252. Windows color (decimal): -13477750 or 9066546. OLE color: 9066546.

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

Color convert

RGB 50 88 138 -
CMYK 0.64 0.36 0 0.46
HSL 214.09º 0.47% 0.37% -
HSV(B) 214.09º 0.64% 0.54% -
XYZ 9.39 9.49 25.38 -
YUV 82.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 50 88 138 0.64 0.36 0 0.46 214.09 0.47 0.37
Hex 32 58 8A 40 24 0 2E D6 2F 25
Octal 62 130 212 100 44 0 56 326 57 45
Binary 110010 1011000 10001010 1000000 100100 0 101110 11010110 101111 100101

Color Harmonies of #32588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32588A

Black with #32588A

Text Example


Text Example

White with #32588A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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