#30489A

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

Shades of Tory Blue #30489A

Tints of Tory Blue #30489A

Color information

#30489A (or 0x30489A) is unknown color: approx Tory Blue. HEX triplet: 30, 48 and 9A. RGB value is (48,72,154). Sum of RGB (Red+Green+Blue) = 48+72+154=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #30489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30489A is #CFB765. Grayscale: #494949. Windows color (decimal): -13612902 or 10111024. OLE color: 10111024.

HSL color Cylindrical-coordinate representation of color #30489A: hue angle of 226.42º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30489A is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4872154-
CMYK0.690.5300.40
HSL226.42º52.48%39.61%-
HSV(B)226.42º68.83%60.39%-
XYZ9.377.631.54-
YUV74.17173.05109.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=17.52%
G=26.28%
B=56.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48721540.690.5300.40226.4252.4839.61
Hex30489A4535028e23428
Octal60110232105650503426450
Binary1100001001000100110101000101110101010100011100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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