Html Css Color HEX #325881 St Tropaz

📋 copy color: '#325881'

red 50 ◦ green 88 ◦ blue 129

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

Shades of St Tropaz #325881

Tints of St Tropaz #325881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.96%

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

R = 18.73%
G = 32.96%
B = 48.31%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325881 (or 0x325881) is known color: St Tropaz. HEX triplet: 32, 58 and 81. RGB value is (50,88,129). Sum of RGB (Red+Green+Blue) = 50+88+129=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #325881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325881 is #CDA77E. Grayscale: #515151. Windows color (decimal): -13477759 or 8476722. OLE color: 8476722.

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

Color convert

RGB 50 88 129 -
CMYK 0.61 0.32 0 0.49
HSL 211.14º 0.44% 0.35% -
HSV(B) 211.14º 0.61% 0.51% -
XYZ 8.77 9.24 22.09 -
YUV 81.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 50 88 129 0.61 0.32 0 0.49 211.14 0.44 0.35
Hex 32 58 81 3D 20 0 31 D3 2C 23
Octal 62 130 201 75 40 0 61 323 54 43
Binary 110010 1011000 10000001 111101 100000 0 110001 11010011 101100 100011

Color Harmonies of #325881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325881

Black with #325881

Text Example


Text Example

White with #325881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325881; }

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

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

background-color css

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

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

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

border-color css

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

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

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