Html Css Color HEX #325292 Tory Blue

📋 copy color: '#325292'

red 50 ◦ green 82 ◦ blue 146

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

Shades of Tory Blue #325292

Tints of Tory Blue #325292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 17.99%
G = 29.5%
B = 52.52%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325292 (or 0x325292) is known color: Tory Blue. HEX triplet: 32, 52 and 92. RGB value is (50,82,146). Sum of RGB (Red+Green+Blue) = 50+82+146=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #325292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325292 is #CDAD6D. Grayscale: #4F4F4F. Windows color (decimal): -13479278 or 9589298. OLE color: 9589298.

HSL color Cylindrical-coordinate representation of color #325292: hue angle of 220º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325292 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 82 146 -
CMYK 0.66 0.44 0 0.43
HSL 220º 0.49% 0.38% -
HSV(B) 220º 0.66% 0.57% -
XYZ 9.52 8.79 28.39 -
YUV 79.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 50 82 146 0.66 0.44 0 0.43 220 0.49 0.38
Hex 32 52 92 42 2C 0 2B DC 31 26
Octal 62 122 222 102 54 0 53 334 61 46
Binary 110010 1010010 10010010 1000010 101100 0 101011 11011100 110001 100110

Color Harmonies of #325292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325292

Black with #325292

Text Example


Text Example

White with #325292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325292; }

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

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

background-color css

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

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

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

border-color css

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

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

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