Html Css Color HEX #325090 Tory Blue

📋 copy color: '#325090'

red 50 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #325090

Tints of Tory Blue #325090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 18.25%
G = 29.2%
B = 52.55%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#325090 (or 0x325090) is known color: Tory Blue. HEX triplet: 32, 50 and 90. RGB value is (50,80,144). Sum of RGB (Red+Green+Blue) = 50+80+144=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #325090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325090 is #CDAF6F. Grayscale: #4E4E4E. Windows color (decimal): -13479792 or 9457714. OLE color: 9457714.

HSL color Cylindrical-coordinate representation of color #325090: hue angle of 220.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #325090 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 80 144 -
CMYK 0.65 0.44 0 0.44
HSL 220.85º 0.48% 0.38% -
HSV(B) 220.85º 0.65% 0.56% -
XYZ 9.22 8.43 27.53 -
YUV 78.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 50 80 144 0.65 0.44 0 0.44 220.85 0.48 0.38
Hex 32 50 90 41 2C 0 2C DD 30 26
Octal 62 120 220 101 54 0 54 335 60 46
Binary 110010 1010000 10010000 1000001 101100 0 101100 11011101 110000 100110

Color Harmonies of #325090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325090

Black with #325090

Text Example


Text Example

White with #325090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325090; }

 p { color: rgb(50,80,144); }

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

background-color css

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

 a { background-color: rgb(50,80,144); }

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

border-color css

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

 span { border-color: rgb(50,80,144); }

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