Html Css Color HEX #32558B St Tropaz

📋 copy color: '#32558B'

red 50 ◦ green 85 ◦ blue 139

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

Shades of St Tropaz #32558B

Tints of St Tropaz #32558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

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

R = 18.25%
G = 31.02%
B = 50.73%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32558B (or 0x32558B) is known color: St Tropaz. HEX triplet: 32, 55 and 8B. RGB value is (50,85,139). Sum of RGB (Red+Green+Blue) = 50+85+139=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #32558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32558B is #CDAA74. Grayscale: #505050. Windows color (decimal): -13478517 or 9131314. OLE color: 9131314.

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

Color convert

RGB 50 85 139 -
CMYK 0.64 0.39 0 0.45
HSL 216.4º 0.47% 0.37% -
HSV(B) 216.4º 0.64% 0.55% -
XYZ 9.22 9.04 25.68 -
YUV 80.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 50 85 139 0.64 0.39 0 0.45 216.4 0.47 0.37
Hex 32 55 8B 40 27 0 2D D8 2F 25
Octal 62 125 213 100 47 0 55 330 57 45
Binary 110010 1010101 10001011 1000000 100111 0 101101 11011000 101111 100101

Color Harmonies of #32558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32558B

Black with #32558B

Text Example


Text Example

White with #32558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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