#304799

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

Shades of Tory Blue #304799

Tints of Tory Blue #304799

Color information

#304799 (or 0x304799) is unknown color: approx Tory Blue. HEX triplet: 30, 47 and 99. RGB value is (48,71,153). Sum of RGB (Red+Green+Blue) = 48+71+153=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #304799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304799 is #CFB866. Grayscale: #494949. Windows color (decimal): -13613159 or 10045232. OLE color: 10045232.

HSL color Cylindrical-coordinate representation of color #304799: hue angle of 226.86º 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 #304799 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4871153-
CMYK0.690.5400.4
HSL226.86º52.24%39.41%-
HSV(B)226.86º68.63%60%-
XYZ9.227.4331.09-
YUV73.47172.88109.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=17.65%
G=26.10%
B=56.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48711530.690.5400.4226.8652.2439.41
Hex3047994536028e33427
Octal60107231105660503436447
Binary1100001000111100110011000101110110010100011100011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304799; }

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

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

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

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

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

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

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

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