#304193

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

Shades of Tory Blue #304193

Tints of Tory Blue #304193

Color information

#304193 (or 0x304193) is unknown color: approx Tory Blue. HEX triplet: 30, 41 and 93. RGB value is (48,65,147). Sum of RGB (Red+Green+Blue) = 48+65+147=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #304193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304193 is #CFBE6C. Grayscale: #444444. Windows color (decimal): -13614701 or 9650480. OLE color: 9650480.

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

Color convert

RGB4865147-
CMYK0.670.5600.42
HSL229.7º50.77%38.24%-
HSV(B)229.7º67.35%57.65%-
XYZ8.386.5228.42-
YUV69.26171.87112.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=18.46%
G=25%
B=56.54%

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
Decimal48651470.670.5600.42229.750.7738.24
Hex304193433802Ae63326
Octal60101223103700523466346
Binary1100001000001100100111000011111000010101011100110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304193; }

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

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

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

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

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

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

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

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