#304899

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

Shades of Tory Blue #304899

Tints of Tory Blue #304899

Color information

#304899 (or 0x304899) is unknown color: approx Tory Blue. HEX triplet: 30, 48 and 99. RGB value is (48,72,153). Sum of RGB (Red+Green+Blue) = 48+72+153=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #304899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304899 is #CFB766. Grayscale: #494949. Windows color (decimal): -13612903 or 10045488. OLE color: 10045488.

HSL color Cylindrical-coordinate representation of color #304899: hue angle of 226.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #304899 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4872153-
CMYK0.690.5300.4
HSL226.29º52.24%39.41%-
HSV(B)226.29º68.63%60%-
XYZ9.297.5631.11-
YUV74.06172.55109.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=17.58%
G=26.37%
B=56.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48721530.690.5300.4226.2952.2439.41
Hex3048994535028e23427
Octal60110231105650503426447
Binary1100001001000100110011000101110101010100011100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304899; }

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

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

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

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

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

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

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

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