Html Css Color HEX #325385 St Tropaz

📋 copy color: '#325385'

red 50 ◦ green 83 ◦ blue 133

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

Shades of St Tropaz #325385

Tints of St Tropaz #325385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50%

R = 18.8%
G = 31.2%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#325385 (or 0x325385) is known color: St Tropaz. HEX triplet: 32, 53 and 85. RGB value is (50,83,133). Sum of RGB (Red+Green+Blue) = 50+83+133=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #325385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325385 is #CDAC7A. Grayscale: #4E4E4E. Windows color (decimal): -13479035 or 8737586. OLE color: 8737586.

HSL color Cylindrical-coordinate representation of color #325385: hue angle of 216.14º 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 #325385 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 83 133 -
CMYK 0.62 0.38 0 0.48
HSL 216.14º 0.45% 0.36% -
HSV(B) 216.14º 0.62% 0.52% -
XYZ 8.64 8.56 23.39 -
YUV 78.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 50 83 133 0.62 0.38 0 0.48 216.14 0.45 0.36
Hex 32 53 85 3E 26 0 30 D8 2D 24
Octal 62 123 205 76 46 0 60 330 55 44
Binary 110010 1010011 10000101 111110 100110 0 110000 11011000 101101 100100

Color Harmonies of #325385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325385

Black with #325385

Text Example


Text Example

White with #325385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325385; }

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

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

background-color css

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

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

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

border-color css

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

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

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