#304293

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

Shades of Tory Blue #304293

Tints of Tory Blue #304293

Color information

#304293 (or 0x304293) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and 93. RGB value is (48,66,147). Sum of RGB (Red+Green+Blue) = 48+66+147=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #304293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304293 is #CFBD6C. Grayscale: #454545. Windows color (decimal): -13614445 or 9650736. OLE color: 9650736.

HSL color Cylindrical-coordinate representation of color #304293: hue angle of 229.09º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304293 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4866147-
CMYK0.670.5500.42
HSL229.09º50.77%38.24%-
HSV(B)229.09º67.35%57.65%-
XYZ8.436.6328.44-
YUV69.85171.54112.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=18.39%
G=25.29%
B=56.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48661470.670.5500.42229.0950.7738.24
Hex304293433702Ae53326
Octal60102223103670523456346
Binary1100001000010100100111000011110111010101011100101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304293; }

 p { color: rgb(48,66,147); }

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

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

 a { background-color: rgb(48,66,147); }

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

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

 span { border-color: rgb(48,66,147); }

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