Html Css Color HEX #325888 St Tropaz

📋 copy color: '#325888'

red 50 ◦ green 88 ◦ blue 136

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

Shades of St Tropaz #325888

Tints of St Tropaz #325888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 18.25%
G = 32.12%
B = 49.64%

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

#325888 (or 0x325888) is known color: St Tropaz. HEX triplet: 32, 58 and 88. RGB value is (50,88,136). Sum of RGB (Red+Green+Blue) = 50+88+136=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #325888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325888 is #CDA777. Grayscale: #515151. Windows color (decimal): -13477752 or 8935474. OLE color: 8935474.

HSL color Cylindrical-coordinate representation of color #325888: hue angle of 213.49º 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 #325888 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 88 136 -
CMYK 0.63 0.35 0 0.47
HSL 213.49º 0.46% 0.36% -
HSV(B) 213.49º 0.63% 0.53% -
XYZ 9.25 9.44 24.63 -
YUV 82.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 50 88 136 0.63 0.35 0 0.47 213.49 0.46 0.36
Hex 32 58 88 3F 23 0 2F D5 2E 24
Octal 62 130 210 77 43 0 57 325 56 44
Binary 110010 1011000 10001000 111111 100011 0 101111 11010101 101110 100100

Color Harmonies of #325888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325888

Black with #325888

Text Example


Text Example

White with #325888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325888; }

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

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

background-color css

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

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

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

border-color css

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

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

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