Html Css Color HEX #325887 St Tropaz

📋 copy color: '#325887'

red 50 ◦ green 88 ◦ blue 135

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

Shades of St Tropaz #325887

Tints of St Tropaz #325887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 18.32%
G = 32.23%
B = 49.45%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#325887 (or 0x325887) is known color: St Tropaz. HEX triplet: 32, 58 and 87. RGB value is (50,88,135). Sum of RGB (Red+Green+Blue) = 50+88+135=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #325887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325887 is #CDA778. Grayscale: #515151. Windows color (decimal): -13477753 or 8869938. OLE color: 8869938.

HSL color Cylindrical-coordinate representation of color #325887: hue angle of 213.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325887 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 88 135 -
CMYK 0.63 0.35 0 0.47
HSL 213.18º 0.46% 0.36% -
HSV(B) 213.18º 0.63% 0.53% -
XYZ 9.18 9.41 24.25 -
YUV 82 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 50 88 135 0.63 0.35 0 0.47 213.18 0.46 0.36
Hex 32 58 87 3F 23 0 2F D5 2E 24
Octal 62 130 207 77 43 0 57 325 56 44
Binary 110010 1011000 10000111 111111 100011 0 101111 11010101 101110 100100

Color Harmonies of #325887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325887

Black with #325887

Text Example


Text Example

White with #325887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325887; }

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

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

background-color css

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

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

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

border-color css

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

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

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