Html Css Color HEX #325592 Tory Blue

📋 copy color: '#325592'

red 50 ◦ green 85 ◦ blue 146

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

Shades of Tory Blue #325592

Tints of Tory Blue #325592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 17.79%
G = 30.25%
B = 51.96%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#325592 (or 0x325592) is known color: Tory Blue. HEX triplet: 32, 55 and 92. RGB value is (50,85,146). Sum of RGB (Red+Green+Blue) = 50+85+146=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #325592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325592 is #CDAA6D. Grayscale: #515151. Windows color (decimal): -13478510 or 9590066. OLE color: 9590066.

HSL color Cylindrical-coordinate representation of color #325592: hue angle of 218.12º 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 #325592 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 85 146 -
CMYK 0.66 0.42 0 0.43
HSL 218.13º 0.49% 0.38% -
HSV(B) 218.13º 0.66% 0.57% -
XYZ 9.75 9.25 28.47 -
YUV 81.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 50 85 146 0.66 0.42 0 0.43 218.13 0.49 0.38
Hex 32 55 92 42 2A 0 2B DA 31 26
Octal 62 125 222 102 52 0 53 332 61 46
Binary 110010 1010101 10010010 1000010 101010 0 101011 11011010 110001 100110

Color Harmonies of #325592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325592

Black with #325592

Text Example


Text Example

White with #325592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325592; }

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

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

background-color css

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

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

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

border-color css

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

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

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