Html Css Color HEX #325982 St Tropaz

📋 copy color: '#325982'

red 50 ◦ green 89 ◦ blue 130

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

Shades of St Tropaz #325982

Tints of St Tropaz #325982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

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

R = 18.59%
G = 33.09%
B = 48.33%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325982 (or 0x325982) is known color: St Tropaz. HEX triplet: 32, 59 and 82. RGB value is (50,89,130). Sum of RGB (Red+Green+Blue) = 50+89+130=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #325982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325982 is #CDA67D. Grayscale: #515151. Windows color (decimal): -13477502 or 8542514. OLE color: 8542514.

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

Color convert

RGB 50 89 130 -
CMYK 0.62 0.32 0 0.49
HSL 210.75º 0.44% 0.35% -
HSV(B) 210.75º 0.62% 0.51% -
XYZ 8.92 9.43 22.47 -
YUV 82.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 50 89 130 0.62 0.32 0 0.49 210.75 0.44 0.35
Hex 32 59 82 3E 20 0 31 D3 2C 23
Octal 62 131 202 76 40 0 61 323 54 43
Binary 110010 1011001 10000010 111110 100000 0 110001 11010011 101100 100011

Color Harmonies of #325982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325982

Black with #325982

Text Example


Text Example

White with #325982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325982; }

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

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

background-color css

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

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

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

border-color css

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

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

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