Html Css Color HEX #325681 St Tropaz

📋 copy color: '#325681'

red 50 ◦ green 86 ◦ blue 129

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

Shades of St Tropaz #325681

Tints of St Tropaz #325681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

 BLUE value IS 129 (50.78% from 255) = 48.68%

R = 18.87%
G = 32.45%
B = 48.68%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325681 (or 0x325681) is known color: St Tropaz. HEX triplet: 32, 56 and 81. RGB value is (50,86,129). Sum of RGB (Red+Green+Blue) = 50+86+129=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #325681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325681 is #CDA97E. Grayscale: #4F4F4F. Windows color (decimal): -13478271 or 8476210. OLE color: 8476210.

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

Color convert

RGB 50 86 129 -
CMYK 0.61 0.33 0 0.49
HSL 212.66º 0.44% 0.35% -
HSV(B) 212.66º 0.61% 0.51% -
XYZ 8.61 8.92 22.04 -
YUV 80.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 50 86 129 0.61 0.33 0 0.49 212.66 0.44 0.35
Hex 32 56 81 3D 21 0 31 D5 2C 23
Octal 62 126 201 75 41 0 61 325 54 43
Binary 110010 1010110 10000001 111101 100001 0 110001 11010101 101100 100011

Color Harmonies of #325681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325681

Black with #325681

Text Example


Text Example

White with #325681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325681; }

 p { color: rgb(50,86,129); }

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

background-color css

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

 a { background-color: rgb(50,86,129); }

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

border-color css

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

 span { border-color: rgb(50,86,129); }

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