#304491

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

Shades of Tory Blue #304491

Tints of Tory Blue #304491

Color information

#304491 (or 0x304491) is unknown color: approx Tory Blue. HEX triplet: 30, 44 and 91. RGB value is (48,68,145). Sum of RGB (Red+Green+Blue) = 48+68+145=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #304491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304491 is #CFBB6E. Grayscale: #464646. Windows color (decimal): -13613935 or 9520176. OLE color: 9520176.

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

Color convert

RGB4868145-
CMYK0.670.5300.43
HSL227.63º50.26%37.84%-
HSV(B)227.63º66.9%56.86%-
XYZ8.46.8127.66-
YUV70.8169.87111.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=18.39%
G=26.05%
B=55.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48681450.670.5300.43227.6350.2637.84
Hex304491433502Be43226
Octal60104221103650533446246
Binary1100001000100100100011000011110101010101111100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304491; }

 p { color: rgb(48,68,145); }

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

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

 a { background-color: rgb(48,68,145); }

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

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

 span { border-color: rgb(48,68,145); }

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