#305496

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

Shades of Tory Blue #305496

Tints of Tory Blue #305496

Color information

#305496 (or 0x305496) is unknown color: approx Tory Blue. HEX triplet: 30, 54 and 96. RGB value is (48,84,150). Sum of RGB (Red+Green+Blue) = 48+84+150=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #305496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305496 is #CFAB69. Grayscale: #505050. Windows color (decimal): -13609834 or 9851952. OLE color: 9851952.

HSL color Cylindrical-coordinate representation of color #305496: hue angle of 218.82º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305496 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4884150-
CMYK0.680.4400.41
HSL218.82º51.52%38.82%-
HSV(B)218.82º68%58.82%-
XYZ9.899.1730.1-
YUV80.76167.07104.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=17.02%
G=29.79%
B=53.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48841500.680.4400.41218.8251.5238.82
Hex305496442C029db3427
Octal60124226104540513336447
Binary1100001010100100101101000100101100010100111011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305496; }

 p { color: rgb(48,84,150); }

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

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

 a { background-color: rgb(48,84,150); }

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

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

 span { border-color: rgb(48,84,150); }

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