#304891

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

Shades of Tory Blue #304891

Tints of Tory Blue #304891

Color information

#304891 (or 0x304891) is unknown color: approx Tory Blue. HEX triplet: 30, 48 and 91. RGB value is (48,72,145). Sum of RGB (Red+Green+Blue) = 48+72+145=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #304891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304891 is #CFB76E. Grayscale: #484848. Windows color (decimal): -13612911 or 9521200. OLE color: 9521200.

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

Color convert

RGB4872145-
CMYK0.670.5000.43
HSL225.15º50.26%37.84%-
HSV(B)225.15º66.9%56.86%-
XYZ8.657.3127.74-
YUV73.15168.55110.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=18.11%
G=27.17%
B=54.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48721450.670.5000.43225.1550.2637.84
Hex304891433202Be13226
Octal60110221103620533416246
Binary1100001001000100100011000011110010010101111100001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304891; }

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

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

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

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

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

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

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

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