#304A89

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

Shades of Tory Blue #304A89

Tints of Tory Blue #304A89

Color information

#304A89 (or 0x304A89) is unknown color: approx Tory Blue. HEX triplet: 30, 4A and 89. RGB value is (48,74,137). Sum of RGB (Red+Green+Blue) = 48+74+137=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #304A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A89 is #CFB576. Grayscale: #494949. Windows color (decimal): -13612407 or 8997424. OLE color: 8997424.

HSL color Cylindrical-coordinate representation of color #304A89: hue angle of 222.47º 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 #304A89 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4874137-
CMYK0.650.4600.46
HSL222.47º48.11%36.27%-
HSV(B)222.47º64.96%53.73%-
XYZ8.187.3324.65-
YUV73.41163.89109.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=18.53%
G=28.57%
B=52.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48741370.650.4600.46222.4748.1136.27
Hex304A89412E02Ede3024
Octal60112211101560563366044
Binary1100001001010100010011000001101110010111011011110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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