#304F93

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

Shades of Tory Blue #304F93

Tints of Tory Blue #304F93

Color information

#304F93 (or 0x304F93) is unknown color: approx Tory Blue. HEX triplet: 30, 4F and 93. RGB value is (48,79,147). Sum of RGB (Red+Green+Blue) = 48+79+147=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #304F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F93 is #CFB06C. Grayscale: #4D4D4D. Windows color (decimal): -13611117 or 9654064. OLE color: 9654064.

HSL color Cylindrical-coordinate representation of color #304F93: hue angle of 221.21º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304F93 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4879147-
CMYK0.670.4600.42
HSL221.21º50.77%38.24%-
HSV(B)221.21º67.35%57.65%-
XYZ9.288.3328.72-
YUV77.48167.23106.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 147 (57.81% from 255) = 53.65%
R=17.52%
G=28.83%
B=53.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48791470.670.4600.42221.2150.7738.24
Hex304F93432E02Add3326
Octal60117223103560523356346
Binary1100001001111100100111000011101110010101011011101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,147); }

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

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

 a { background-color: rgb(48,79,147); }

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

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

 span { border-color: rgb(48,79,147); }

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