#304495

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

Shades of Tory Blue #304495

Tints of Tory Blue #304495

Color information

#304495 (or 0x304495) is unknown color: approx Tory Blue. HEX triplet: 30, 44 and 95. RGB value is (48,68,149). Sum of RGB (Red+Green+Blue) = 48+68+149=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #304495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304495 is #CFBB6A. Grayscale: #464646. Windows color (decimal): -13613931 or 9782320. OLE color: 9782320.

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

Color convert

RGB4868149-
CMYK0.680.5400.42
HSL228.12º51.27%38.63%-
HSV(B)228.12º67.79%58.43%-
XYZ8.716.9329.31-
YUV71.25171.87111.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=18.11%
G=25.66%
B=56.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48681490.680.5400.42228.1251.2738.63
Hex304495443602Ae43327
Octal60104225104660523446347
Binary1100001000100100101011000100110110010101011100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304495; }

 p { color: rgb(48,68,149); }

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

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

 a { background-color: rgb(48,68,149); }

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

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

 span { border-color: rgb(48,68,149); }

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