#304D93

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

Shades of Tory Blue #304D93

Tints of Tory Blue #304D93

Color information

#304D93 (or 0x304D93) is unknown color: approx Tory Blue. HEX triplet: 30, 4D and 93. RGB value is (48,77,147). Sum of RGB (Red+Green+Blue) = 48+77+147=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #304D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304D93 is #CFB26C. Grayscale: #4C4C4C. Windows color (decimal): -13611629 or 9653552. OLE color: 9653552.

HSL color Cylindrical-coordinate representation of color #304D93: hue angle of 222.42º 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 #304D93 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4877147-
CMYK0.670.4800.42
HSL222.42º50.77%38.24%-
HSV(B)222.42º67.35%57.65%-
XYZ9.148.0428.67-
YUV76.31167.89107.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=17.65%
G=28.31%
B=54.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48771470.670.4800.42222.4250.7738.24
Hex304D93433002Ade3326
Octal60115223103600523366346
Binary1100001001101100100111000011110000010101011011110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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