#304590

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

Shades of Tory Blue #304590

Tints of Tory Blue #304590

Color information

#304590 (or 0x304590) is unknown color: approx Tory Blue. HEX triplet: 30, 45 and 90. RGB value is (48,69,144). Sum of RGB (Red+Green+Blue) = 48+69+144=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #304590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304590 is #CFBA6F. Grayscale: #464646. Windows color (decimal): -13613680 or 9454896. OLE color: 9454896.

HSL color Cylindrical-coordinate representation of color #304590: hue angle of 226.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304590 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4869144-
CMYK0.670.5200.44
HSL226.88º50%37.65%-
HSV(B)226.88º66.67%56.47%-
XYZ8.386.927.28-
YUV71.27169.04111.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 144 (56.64% from 255) = 55.17%
R=18.39%
G=26.44%
B=55.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48691440.670.5200.44226.885037.65
Hex304590433402Ce33226
Octal60105220103640543436246
Binary1100001000101100100001000011110100010110011100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304590; }

 p { color: rgb(48,69,144); }

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

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

 a { background-color: rgb(48,69,144); }

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

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

 span { border-color: rgb(48,69,144); }

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