#304890

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

Shades of Tory Blue #304890

Tints of Tory Blue #304890

Color information

#304890 (or 0x304890) is unknown color: approx Tory Blue. HEX triplet: 30, 48 and 90. RGB value is (48,72,144). Sum of RGB (Red+Green+Blue) = 48+72+144=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #304890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304890 is #CFB76F. Grayscale: #484848. Windows color (decimal): -13612912 or 9455664. OLE color: 9455664.

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

Color convert

RGB4872144-
CMYK0.670.5000.44
HSL225º50%37.65%-
HSV(B)225º66.67%56.47%-
XYZ8.577.2827.34-
YUV73.03168.05110.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=18.18%
G=27.27%
B=54.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48721440.670.5000.442255037.65
Hex304890433202Ce13226
Octal60110220103620543416246
Binary1100001001000100100001000011110010010110011100001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304890; }

 p { color: rgb(48,72,144); }

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

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

 a { background-color: rgb(48,72,144); }

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

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

 span { border-color: rgb(48,72,144); }

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