Html Css Color HEX #325783 St Tropaz

📋 copy color: '#325783'

red 50 ◦ green 87 ◦ blue 131

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

Shades of St Tropaz #325783

Tints of St Tropaz #325783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 18.66%
G = 32.46%
B = 48.88%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325783 (or 0x325783) is known color: St Tropaz. HEX triplet: 32, 57 and 83. RGB value is (50,87,131). Sum of RGB (Red+Green+Blue) = 50+87+131=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #325783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325783 is #CDA87C. Grayscale: #505050. Windows color (decimal): -13478013 or 8607538. OLE color: 8607538.

HSL color Cylindrical-coordinate representation of color #325783: hue angle of 212.59º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325783 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 87 131 -
CMYK 0.62 0.34 0 0.49
HSL 212.59º 0.45% 0.35% -
HSV(B) 212.59º 0.62% 0.51% -
XYZ 8.82 9.13 22.77 -
YUV 80.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 50 87 131 0.62 0.34 0 0.49 212.59 0.45 0.35
Hex 32 57 83 3E 22 0 31 D5 2D 23
Octal 62 127 203 76 42 0 61 325 55 43
Binary 110010 1010111 10000011 111110 100010 0 110001 11010101 101101 100011

Color Harmonies of #325783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325783

Black with #325783

Text Example


Text Example

White with #325783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325783; }

 p { color: rgb(50,87,131); }

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

background-color css

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

 a { background-color: rgb(50,87,131); }

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

border-color css

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

 span { border-color: rgb(50,87,131); }

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