#325594

Color #325594 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #325594

Tints of Tory Blue #325594

Color information

#325594 (or 0x325594) is unknown color: approx Tory Blue. HEX triplet: 32, 55 and 94. RGB value is (50,85,148). Sum of RGB (Red+Green+Blue) = 50+85+148=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #325594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325594 is #CDAA6B. Grayscale: #515151. Windows color (decimal): -13478508 or 9721138. OLE color: 9721138.

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

Color convert

RGB5085148-
CMYK0.660.4300.42
HSL218.57º49.49%38.82%-
HSV(B)218.57º66.22%58.04%-
XYZ9.919.3129.29-
YUV81.72165.4105.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=17.67%
G=30.04%
B=52.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50851480.660.4300.42218.5749.4938.82
Hex325594422B02Adb3127
Octal62125224102530523336147
Binary1100101010101100101001000010101011010101011011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325594; }

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

 H1.HeaderClassName
 {
   color: #325594;
 }
 .AnyTagClassName
 {
   color: #325594;
 }
</style>
background-color css

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

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

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

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

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

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