#304093

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

Shades of Tory Blue #304093

Tints of Tory Blue #304093

Color information

#304093 (or 0x304093) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 93. RGB value is (48,64,147). Sum of RGB (Red+Green+Blue) = 48+64+147=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #304093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304093 is #CFBF6C. Grayscale: #444444. Windows color (decimal): -13614957 or 9650224. OLE color: 9650224.

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

Color convert

RGB4864147-
CMYK0.670.5600.42
HSL230.3º50.77%38.24%-
HSV(B)230.3º67.35%57.65%-
XYZ8.326.428.4-
YUV68.68172.2113.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=18.53%
G=24.71%
B=56.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48641470.670.5600.42230.350.7738.24
Hex304093433802Ae63326
Octal60100223103700523466346
Binary1100001000000100100111000011111000010101011100110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304093; }

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

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

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

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

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

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

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

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