Html Css Color HEX #325294 Tory Blue

📋 copy color: '#325294'

red 50 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #325294

Tints of Tory Blue #325294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 17.86%
G = 29.29%
B = 52.86%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325294 (or 0x325294) is known color: Tory Blue. HEX triplet: 32, 52 and 94. RGB value is (50,82,148). Sum of RGB (Red+Green+Blue) = 50+82+148=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #325294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325294 is #CDAD6B. Grayscale: #4F4F4F. Windows color (decimal): -13479276 or 9720370. OLE color: 9720370.

HSL color Cylindrical-coordinate representation of color #325294: hue angle of 220.41º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325294 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 82 148 -
CMYK 0.66 0.45 0 0.42
HSL 220.41º 0.49% 0.39% -
HSV(B) 220.41º 0.66% 0.58% -
XYZ 9.68 8.85 29.22 -
YUV 79.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 50 82 148 0.66 0.45 0 0.42 220.41 0.49 0.39
Hex 32 52 94 42 2D 0 2A DC 31 27
Octal 62 122 224 102 55 0 52 334 61 47
Binary 110010 1010010 10010100 1000010 101101 0 101010 11011100 110001 100111

Color Harmonies of #325294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325294

Black with #325294

Text Example


Text Example

White with #325294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325294; }

 p { color: rgb(50,82,148); }

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

background-color css

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

 a { background-color: rgb(50,82,148); }

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

border-color css

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

 span { border-color: rgb(50,82,148); }

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