#30409F

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

Shades of Tory Blue #30409F

Tints of Tory Blue #30409F

Color information

#30409F (or 0x30409F) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 9F. RGB value is (48,64,159). Sum of RGB (Red+Green+Blue) = 48+64+159=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #30409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30409F is #CFBF60. Grayscale: #454545. Windows color (decimal): -13614945 or 10436656. OLE color: 10436656.

HSL color Cylindrical-coordinate representation of color #30409F: hue angle of 231.35º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30409F is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4864159-
CMYK0.700.6000.38
HSL231.35º53.62%40.59%-
HSV(B)231.35º69.81%62.35%-
XYZ9.316.833.62-
YUV70.05178.2112.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=17.71%
G=23.62%
B=58.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48641590.700.6000.38231.3553.6240.59
Hex30409F463C026e73629
Octal60100237106740463476651
Binary1100001000000100111111000110111100010011011100111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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