#304490

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

Shades of Tory Blue #304490

Tints of Tory Blue #304490

Color information

#304490 (or 0x304490) is unknown color: approx Tory Blue. HEX triplet: 30, 44 and 90. RGB value is (48,68,144). Sum of RGB (Red+Green+Blue) = 48+68+144=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #304490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304490 is #CFBB6F. Grayscale: #464646. Windows color (decimal): -13613936 or 9454640. OLE color: 9454640.

HSL color Cylindrical-coordinate representation of color #304490: hue angle of 227.5º 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 #304490 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4868144-
CMYK0.670.5300.44
HSL227.5º50%37.65%-
HSV(B)227.5º66.67%56.47%-
XYZ8.326.7827.25-
YUV70.68169.37111.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 144 (56.64% from 255) = 55.38%
R=18.46%
G=26.15%
B=55.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48681440.670.5300.44227.55037.65
Hex304490433502Ce43226
Octal60104220103650543446246
Binary1100001000100100100001000011110101010110011100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304490; }

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

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

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

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

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

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

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

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