Html Css Color HEX #325382 St Tropaz

📋 copy color: '#325382'

red 50 ◦ green 83 ◦ blue 130

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

Shades of St Tropaz #325382

Tints of St Tropaz #325382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.43%

R = 19.01%
G = 31.56%
B = 49.43%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325382 (or 0x325382) is known color: St Tropaz. HEX triplet: 32, 53 and 82. RGB value is (50,83,130). Sum of RGB (Red+Green+Blue) = 50+83+130=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #325382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325382 is #CDAC7D. Grayscale: #4E4E4E. Windows color (decimal): -13479038 or 8540978. OLE color: 8540978.

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

Color convert

RGB 50 83 130 -
CMYK 0.62 0.36 0 0.49
HSL 215.25º 0.44% 0.35% -
HSV(B) 215.25º 0.62% 0.51% -
XYZ 8.44 8.48 22.31 -
YUV 78.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 50 83 130 0.62 0.36 0 0.49 215.25 0.44 0.35
Hex 32 53 82 3E 24 0 31 D7 2C 23
Octal 62 123 202 76 44 0 61 327 54 43
Binary 110010 1010011 10000010 111110 100100 0 110001 11010111 101100 100011

Color Harmonies of #325382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325382

Black with #325382

Text Example


Text Example

White with #325382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325382; }

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

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

background-color css

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

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

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

border-color css

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

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

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