#304896

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

Shades of Tory Blue #304896

Tints of Tory Blue #304896

Color information

#304896 (or 0x304896) is unknown color: approx Tory Blue. HEX triplet: 30, 48 and 96. RGB value is (48,72,150). Sum of RGB (Red+Green+Blue) = 48+72+150=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #304896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304896 is #CFB769. Grayscale: #494949. Windows color (decimal): -13612906 or 9848880. OLE color: 9848880.

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

Color convert

RGB4872150-
CMYK0.680.5200.41
HSL225.88º51.52%38.82%-
HSV(B)225.88º68%58.82%-
XYZ9.047.4729.82-
YUV73.72171.05109.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=17.78%
G=26.67%
B=55.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48721500.680.5200.41225.8851.5238.82
Hex3048964434029e23427
Octal60110226104640513426447
Binary1100001001000100101101000100110100010100111100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304896; }

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

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

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

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

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

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

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

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