#30499B

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

Shades of Tory Blue #30499B

Tints of Tory Blue #30499B

Color information

#30499B (or 0x30499B) is unknown color: approx Tory Blue. HEX triplet: 30, 49 and 9B. RGB value is (48,73,155). Sum of RGB (Red+Green+Blue) = 48+73+155=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #30499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30499B is #CFB664. Grayscale: #4A4A4A. Windows color (decimal): -13612645 or 10176816. OLE color: 10176816.

HSL color Cylindrical-coordinate representation of color #30499B: hue angle of 225.98º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30499B is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4873155-
CMYK0.690.5300.39
HSL225.98º52.71%39.8%-
HSV(B)225.98º69.03%60.78%-
XYZ9.527.7632.01-
YUV74.87173.22108.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=17.39%
G=26.45%
B=56.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48731550.690.5300.39225.9852.7139.8
Hex30499B4535027e23528
Octal60111233105650473426550
Binary1100001001001100110111000101110101010011111100010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30499B; }

 p { color: rgb(48,73,155); }

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

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

 a { background-color: rgb(48,73,155); }

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

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

 span { border-color: rgb(48,73,155); }

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