#30429B

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

Shades of Tory Blue #30429B

Tints of Tory Blue #30429B

Color information

#30429B (or 0x30429B) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and 9B. RGB value is (48,66,155). Sum of RGB (Red+Green+Blue) = 48+66+155=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #30429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30429B is #CFBD64. Grayscale: #464646. Windows color (decimal): -13614437 or 10175024. OLE color: 10175024.

HSL color Cylindrical-coordinate representation of color #30429B: hue angle of 229.91º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30429B is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4866155-
CMYK0.690.5700.39
HSL229.91º52.71%39.8%-
HSV(B)229.91º69.03%60.78%-
XYZ9.086.8931.86-
YUV70.76175.54111.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=17.84%
G=24.54%
B=57.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48661550.690.5700.39229.9152.7139.8
Hex30429B4539027e63528
Octal60102233105710473466550
Binary1100001000010100110111000101111001010011111100110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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