#30428D

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

Shades of Tory Blue #30428D

Tints of Tory Blue #30428D

Color information

#30428D (or 0x30428D) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and 8D. RGB value is (48,66,141). Sum of RGB (Red+Green+Blue) = 48+66+141=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #30428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30428D is #CFBD72. Grayscale: #444444. Windows color (decimal): -13614451 or 9257520. OLE color: 9257520.

HSL color Cylindrical-coordinate representation of color #30428D: hue angle of 228.39º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30428D is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4866141-
CMYK0.660.5300.45
HSL228.39º49.21%37.06%-
HSV(B)228.39º65.96%55.29%-
XYZ7.976.4526.02-
YUV69.17168.54112.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=18.82%
G=25.88%
B=55.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48661410.660.5300.45228.3949.2137.06
Hex30428D423502De43125
Octal60102215102650553446145
Binary1100001000010100011011000010110101010110111100100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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