#30428F

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

Shades of Tory Blue #30428F

Tints of Tory Blue #30428F

Color information

#30428F (or 0x30428F) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and 8F. RGB value is (48,66,143). Sum of RGB (Red+Green+Blue) = 48+66+143=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #30428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30428F is #CFBD70. Grayscale: #454545. Windows color (decimal): -13614449 or 9388592. OLE color: 9388592.

HSL color Cylindrical-coordinate representation of color #30428F: hue angle of 228.63º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30428F is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4866143-
CMYK0.660.5400.44
HSL228.63º49.74%37.45%-
HSV(B)228.63º66.43%56.08%-
XYZ8.136.5126.81-
YUV69.4169.54112.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 143 (56.25% from 255) = 55.64%
R=18.68%
G=25.68%
B=55.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48661430.660.5400.44228.6349.7437.45
Hex30428F423602Ce53225
Octal60102217102660543456245
Binary1100001000010100011111000010110110010110011100101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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