#304585

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

Shades of Tory Blue #304585

Tints of Tory Blue #304585

Color information

#304585 (or 0x304585) is unknown color: approx Tory Blue. HEX triplet: 30, 45 and 85. RGB value is (48,69,133). Sum of RGB (Red+Green+Blue) = 48+69+133=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #304585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304585 is #CFBA7A. Grayscale: #454545. Windows color (decimal): -13613691 or 8734000. OLE color: 8734000.

HSL color Cylindrical-coordinate representation of color #304585: hue angle of 225.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304585 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4869133-
CMYK0.640.4800.48
HSL225.18º46.96%35.49%-
HSV(B)225.18º63.91%52.16%-
XYZ7.586.5823.06-
YUV70.02163.54112.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=19.2%
G=27.6%
B=53.2%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48691330.640.4800.48225.1846.9635.49
Hex3045854030030e12f23
Octal60105205100600603415743
Binary1100001000101100001011000000110000011000011100001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304585; }

 p { color: rgb(48,69,133); }

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

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

 a { background-color: rgb(48,69,133); }

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

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

 span { border-color: rgb(48,69,133); }

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