Html Css Color HEX #325384 St Tropaz

📋 copy color: '#325384'

red 50 ◦ green 83 ◦ blue 132

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

Shades of St Tropaz #325384

Tints of St Tropaz #325384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 132 (51.95% from 255) = 49.81%

R = 18.87%
G = 31.32%
B = 49.81%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#325384 (or 0x325384) is known color: St Tropaz. HEX triplet: 32, 53 and 84. RGB value is (50,83,132). Sum of RGB (Red+Green+Blue) = 50+83+132=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #325384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325384 is #CDAC7B. Grayscale: #4E4E4E. Windows color (decimal): -13479036 or 8672050. OLE color: 8672050.

HSL color Cylindrical-coordinate representation of color #325384: hue angle of 215.85º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325384 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 83 132 -
CMYK 0.62 0.37 0 0.48
HSL 215.85º 0.45% 0.36% -
HSV(B) 215.85º 0.62% 0.52% -
XYZ 8.57 8.53 23.02 -
YUV 78.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 50 83 132 0.62 0.37 0 0.48 215.85 0.45 0.36
Hex 32 53 84 3E 25 0 30 D8 2D 24
Octal 62 123 204 76 45 0 60 330 55 44
Binary 110010 1010011 10000100 111110 100101 0 110000 11011000 101101 100100

Color Harmonies of #325384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325384

Black with #325384

Text Example


Text Example

White with #325384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325384; }

 p { color: rgb(50,83,132); }

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

background-color css

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

 a { background-color: rgb(50,83,132); }

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

border-color css

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

 span { border-color: rgb(50,83,132); }

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