#30519D

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

Shades of Tory Blue #30519D

Tints of Tory Blue #30519D

Color information

#30519D (or 0x30519D) is unknown color: approx Tory Blue. HEX triplet: 30, 51 and 9D. RGB value is (48,81,157). Sum of RGB (Red+Green+Blue) = 48+81+157=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #30519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30519D is #CFAE62. Grayscale: #4F4F4F. Windows color (decimal): -13610595 or 10309936. OLE color: 10309936.

HSL color Cylindrical-coordinate representation of color #30519D: hue angle of 221.83º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30519D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4881157-
CMYK0.690.4800.38
HSL221.83º53.17%40.2%-
HSV(B)221.83º69.43%61.57%-
XYZ10.258.9533.09-
YUV79.8171.57105.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=16.78%
G=28.32%
B=54.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48811570.690.4800.38221.8353.1740.2
Hex30519D4530026de3528
Octal60121235105600463366550
Binary1100001010001100111011000101110000010011011011110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30519D; }

 p { color: rgb(48,81,157); }

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

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

 a { background-color: rgb(48,81,157); }

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

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

 span { border-color: rgb(48,81,157); }

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