#304C96

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

Shades of Tory Blue #304C96

Tints of Tory Blue #304C96

Color information

#304C96 (or 0x304C96) is unknown color: approx Tory Blue. HEX triplet: 30, 4C and 96. RGB value is (48,76,150). Sum of RGB (Red+Green+Blue) = 48+76+150=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #304C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304C96 is #CFB369. Grayscale: #4B4B4B. Windows color (decimal): -13611882 or 9849904. OLE color: 9849904.

HSL color Cylindrical-coordinate representation of color #304C96: hue angle of 223.53º 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 #304C96 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4876150-
CMYK0.680.4900.41
HSL223.53º51.52%38.82%-
HSV(B)223.53º68%58.82%-
XYZ9.31829.91-
YUV76.06169.72107.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=17.52%
G=27.74%
B=54.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48761500.680.4900.41223.5351.5238.82
Hex304C964431029e03427
Octal60114226104610513406447
Binary1100001001100100101101000100110001010100111100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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