#304090

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

Shades of Tory Blue #304090

Tints of Tory Blue #304090

Color information

#304090 (or 0x304090) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 90. RGB value is (48,64,144). Sum of RGB (Red+Green+Blue) = 48+64+144=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #304090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304090 is #CFBF6F. Grayscale: #444444. Windows color (decimal): -13614960 or 9453616. OLE color: 9453616.

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

Color convert

RGB4864144-
CMYK0.670.5600.44
HSL230º50%37.65%-
HSV(B)230º66.67%56.47%-
XYZ8.096.3127.18-
YUV68.34170.7113.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 56.25%
R=18.75%
G=25%
B=56.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48641440.670.5600.442305037.65
Hex304090433802Ce63226
Octal60100220103700543466246
Binary1100001000000100100001000011111000010110011100110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304090; }

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

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

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

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

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

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

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

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