#30429E

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

Shades of Tory Blue #30429E

Tints of Tory Blue #30429E

Color information

#30429E (or 0x30429E) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and 9E. RGB value is (48,66,158). Sum of RGB (Red+Green+Blue) = 48+66+158=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #30429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30429E is #CFBD61. Grayscale: #464646. Windows color (decimal): -13614434 or 10371632. OLE color: 10371632.

HSL color Cylindrical-coordinate representation of color #30429E: hue angle of 230.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30429E is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4866158-
CMYK0.700.5800.38
HSL230.18º53.4%40.39%-
HSV(B)230.18º69.62%61.96%-
XYZ9.346.9933.21-
YUV71.11177.04111.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=17.65%
G=24.26%
B=58.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48661580.700.5800.38230.1853.440.39
Hex30429E463A026e63528
Octal60102236106720463466550
Binary1100001000010100111101000110111010010011011100110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30429E; }

 p { color: rgb(48,66,158); }

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

<style>
 a { background-color: #30429E; }

 a { background-color: rgb(48,66,158); }

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

<style>
 span { border-color: #30429E; }

 span { border-color: rgb(48,66,158); }

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