#30408F

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

Shades of Tory Blue #30408F

Tints of Tory Blue #30408F

Color information

#30408F (or 0x30408F) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 8F. RGB value is (48,64,143). Sum of RGB (Red+Green+Blue) = 48+64+143=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #30408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30408F is #CFBF70. Grayscale: #434343. Windows color (decimal): -13614961 or 9388080. OLE color: 9388080.

HSL color Cylindrical-coordinate representation of color #30408F: hue angle of 229.89º 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 #30408F is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4864143-
CMYK0.660.5500.44
HSL229.89º49.74%37.45%-
HSV(B)229.89º66.43%56.08%-
XYZ8.016.2826.78-
YUV68.22170.2113.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=18.82%
G=25.10%
B=56.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48641430.660.5500.44229.8949.7437.45
Hex30408F423702Ce63225
Octal60100217102670543466245
Binary1100001000000100011111000010110111010110011100110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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