#30409D

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

Shades of Tory Blue #30409D

Tints of Tory Blue #30409D

Color information

#30409D (or 0x30409D) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 9D. RGB value is (48,64,157). Sum of RGB (Red+Green+Blue) = 48+64+157=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #30409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30409D is #CFBF62. Grayscale: #454545. Windows color (decimal): -13614947 or 10305584. OLE color: 10305584.

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

Color convert

RGB4864157-
CMYK0.690.5900.38
HSL231.19º53.17%40.2%-
HSV(B)231.19º69.43%61.57%-
XYZ9.146.7332.72-
YUV69.82177.2112.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 157 (61.72% from 255) = 58.36%
R=17.84%
G=23.79%
B=58.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48641570.690.5900.38231.1953.1740.2
Hex30409D453B026e73528
Octal60100235105730463476550
Binary1100001000000100111011000101111011010011011100111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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