Html Css Color HEX #325283 St Tropaz

📋 copy color: '#325283'

red 50 ◦ green 82 ◦ blue 131

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

Shades of St Tropaz #325283

Tints of St Tropaz #325283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

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

R = 19.01%
G = 31.18%
B = 49.81%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325283 (or 0x325283) is known color: St Tropaz. HEX triplet: 32, 52 and 83. RGB value is (50,82,131). Sum of RGB (Red+Green+Blue) = 50+82+131=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #325283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325283 is #CDAD7C. Grayscale: #4D4D4D. Windows color (decimal): -13479293 or 8606258. OLE color: 8606258.

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

Color convert

RGB 50 82 131 -
CMYK 0.62 0.37 0 0.49
HSL 216.3º 0.45% 0.35% -
HSV(B) 216.3º 0.62% 0.51% -
XYZ 8.43 8.35 22.64 -
YUV 78.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 50 82 131 0.62 0.37 0 0.49 216.3 0.45 0.35
Hex 32 52 83 3E 25 0 31 D8 2D 23
Octal 62 122 203 76 45 0 61 330 55 43
Binary 110010 1010010 10000011 111110 100101 0 110001 11011000 101101 100011

Color Harmonies of #325283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325283

Black with #325283

Text Example


Text Example

White with #325283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325283; }

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

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

background-color css

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

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

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

border-color css

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

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

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