#304B96

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

Shades of Tory Blue #304B96

Tints of Tory Blue #304B96

Color information

#304B96 (or 0x304B96) is unknown color: approx Tory Blue. HEX triplet: 30, 4B and 96. RGB value is (48,75,150). Sum of RGB (Red+Green+Blue) = 48+75+150=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #304B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304B96 is #CFB469. Grayscale: #4B4B4B. Windows color (decimal): -13612138 or 9849648. OLE color: 9849648.

HSL color Cylindrical-coordinate representation of color #304B96: hue angle of 224.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304B96 is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4875150-
CMYK0.680.500.41
HSL224.12º51.52%38.82%-
HSV(B)224.12º68%58.82%-
XYZ9.247.8629.88-
YUV75.48170.05108.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=17.58%
G=27.47%
B=54.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48751500.680.500.41224.1251.5238.82
Hex304B964432029e03427
Octal60113226104620513406447
Binary1100001001011100101101000100110010010100111100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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