#30489B

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

Shades of Tory Blue #30489B

Tints of Tory Blue #30489B

Color information

#30489B (or 0x30489B) is unknown color: approx Tory Blue. HEX triplet: 30, 48 and 9B. RGB value is (48,72,155). Sum of RGB (Red+Green+Blue) = 48+72+155=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #30489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30489B is #CFB764. Grayscale: #494949. Windows color (decimal): -13612901 or 10176560. OLE color: 10176560.

HSL color Cylindrical-coordinate representation of color #30489B: hue angle of 226.54º 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 #30489B is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4872155-
CMYK0.690.5400.39
HSL226.54º52.71%39.8%-
HSV(B)226.54º69.03%60.78%-
XYZ9.457.6331.98-
YUV74.29173.55109.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=17.45%
G=26.18%
B=56.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48721550.690.5400.39226.5452.7139.8
Hex30489B4536027e33528
Octal60110233105660473436550
Binary1100001001000100110111000101110110010011111100011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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