#304D89

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

Shades of Tory Blue #304D89

Tints of Tory Blue #304D89

Color information

#304D89 (or 0x304D89) is unknown color: approx Tory Blue. HEX triplet: 30, 4D and 89. RGB value is (48,77,137). Sum of RGB (Red+Green+Blue) = 48+77+137=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #304D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304D89 is #CFB276. Grayscale: #4A4A4A. Windows color (decimal): -13611639 or 8998192. OLE color: 8998192.

HSL color Cylindrical-coordinate representation of color #304D89: hue angle of 220.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304D89 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4877137-
CMYK0.650.4400.46
HSL220.45º48.11%36.27%-
HSV(B)220.45º64.96%53.73%-
XYZ8.397.7424.72-
YUV75.17162.89108.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 137 (53.91% from 255) = 52.29%
R=18.32%
G=29.39%
B=52.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48771370.650.4400.46220.4548.1136.27
Hex304D89412C02Edc3024
Octal60115211101540563346044
Binary1100001001101100010011000001101100010111011011100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304D89; }

 p { color: rgb(48,77,137); }

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

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

 a { background-color: rgb(48,77,137); }

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

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

 span { border-color: rgb(48,77,137); }

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