#30459D

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

Shades of Tory Blue #30459D

Tints of Tory Blue #30459D

Color information

#30459D (or 0x30459D) is unknown color: approx Tory Blue. HEX triplet: 30, 45 and 9D. RGB value is (48,69,157). Sum of RGB (Red+Green+Blue) = 48+69+157=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #30459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30459D is #CFBA62. Grayscale: #484848. Windows color (decimal): -13613667 or 10306864. OLE color: 10306864.

HSL color Cylindrical-coordinate representation of color #30459D: hue angle of 228.44º 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 #30459D is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4869157-
CMYK0.690.5600.38
HSL228.44º53.17%40.2%-
HSV(B)228.44º69.43%61.57%-
XYZ9.437.3232.81-
YUV72.75175.54110.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 157 (61.72% from 255) = 57.30%
R=17.52%
G=25.18%
B=57.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48691570.690.5600.38228.4453.1740.2
Hex30459D4538026e43528
Octal60105235105700463446550
Binary1100001000101100111011000101111000010011011100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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