#304893

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

Shades of Tory Blue #304893

Tints of Tory Blue #304893

Color information

#304893 (or 0x304893) is unknown color: approx Tory Blue. HEX triplet: 30, 48 and 93. RGB value is (48,72,147). Sum of RGB (Red+Green+Blue) = 48+72+147=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #304893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304893 is #CFB76C. Grayscale: #494949. Windows color (decimal): -13612909 or 9652272. OLE color: 9652272.

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

Color convert

RGB4872147-
CMYK0.670.5100.42
HSL225.45º50.77%38.24%-
HSV(B)225.45º67.35%57.65%-
XYZ8.87.3728.56-
YUV73.37169.55109.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=17.98%
G=26.97%
B=55.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48721470.670.5100.42225.4550.7738.24
Hex304893433302Ae13326
Octal60110223103630523416346
Binary1100001001000100100111000011110011010101011100001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304893; }

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

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

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

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

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

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

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

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