Html Css Color HEX #325583 St Tropaz

📋 copy color: '#325583'

red 50 ◦ green 85 ◦ blue 131

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

Shades of St Tropaz #325583

Tints of St Tropaz #325583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 18.8%
G = 31.95%
B = 49.25%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325583 (or 0x325583) is known color: St Tropaz. HEX triplet: 32, 55 and 83. RGB value is (50,85,131). Sum of RGB (Red+Green+Blue) = 50+85+131=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #325583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325583 is #CDAA7C. Grayscale: #4F4F4F. Windows color (decimal): -13478525 or 8607026. OLE color: 8607026.

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

Color convert

RGB 50 85 131 -
CMYK 0.62 0.35 0 0.49
HSL 214.07º 0.45% 0.35% -
HSV(B) 214.07º 0.62% 0.51% -
XYZ 8.66 8.81 22.72 -
YUV 79.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 50 85 131 0.62 0.35 0 0.49 214.07 0.45 0.35
Hex 32 55 83 3E 23 0 31 D6 2D 23
Octal 62 125 203 76 43 0 61 326 55 43
Binary 110010 1010101 10000011 111110 100011 0 110001 11010110 101101 100011

Color Harmonies of #325583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325583

Black with #325583

Text Example


Text Example

White with #325583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325583; }

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

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

background-color css

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

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

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

border-color css

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

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

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