Html Css Color HEX #325882 St Tropaz

📋 copy color: '#325882'

red 50 ◦ green 88 ◦ blue 130

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

Shades of St Tropaz #325882

Tints of St Tropaz #325882

RGB

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

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

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

R = 18.66%
G = 32.84%
B = 48.51%

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

#325882 (or 0x325882) is known color: St Tropaz. HEX triplet: 32, 58 and 82. RGB value is (50,88,130). Sum of RGB (Red+Green+Blue) = 50+88+130=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #325882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325882 is #CDA77D. Grayscale: #515151. Windows color (decimal): -13477758 or 8542258. OLE color: 8542258.

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

Color convert

RGB 50 88 130 -
CMYK 0.62 0.32 0 0.49
HSL 211.5º 0.44% 0.35% -
HSV(B) 211.5º 0.62% 0.51% -
XYZ 8.83 9.27 22.44 -
YUV 81.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 50 88 130 0.62 0.32 0 0.49 211.5 0.44 0.35
Hex 32 58 82 3E 20 0 31 D4 2C 23
Octal 62 130 202 76 40 0 61 324 54 43
Binary 110010 1011000 10000010 111110 100000 0 110001 11010100 101100 100011

Color Harmonies of #325882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325882

Black with #325882

Text Example


Text Example

White with #325882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325882; }

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

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

background-color css

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

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

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

border-color css

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

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

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