#304b99

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

Shades of Tory Blue #304B99

Tints of Tory Blue #304B99

Color information

#304B99 (or 0x304B99) is unknown color: approx Tory Blue. HEX triplet: 30, 4B and 99. RGB value is (48,75,153). Sum of RGB (Red+Green+Blue) = 48+75+153=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #304B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304B99 is #CFB466. Grayscale: #4B4B4B. Windows color (decimal): -13612135 or 10046256. OLE color: 10046256.

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

Color convert

RGB4875153-
CMYK0.690.5100.4
HSL224.57º52.24%39.41%-
HSV(B)224.57º68.63%60%-
XYZ9.487.9631.17-
YUV75.82171.55108.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=17.39%
G=27.17%
B=55.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48751530.690.5100.4224.5752.2439.41
Hex304B994533028e13427
Octal60113231105630503416447
Binary1100001001011100110011000101110011010100011100001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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