#30408E

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

Shades of Tory Blue #30408E

Tints of Tory Blue #30408E

Color information

#30408E (or 0x30408E) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 8E. RGB value is (48,64,142). Sum of RGB (Red+Green+Blue) = 48+64+142=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #30408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30408E is #CFBF71. Grayscale: #434343. Windows color (decimal): -13614962 or 9322544. OLE color: 9322544.

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

Color convert

RGB4864142-
CMYK0.660.5500.44
HSL229.79º49.47%37.25%-
HSV(B)229.79º66.2%55.69%-
XYZ7.936.2526.38-
YUV68.11169.7113.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=18.90%
G=25.20%
B=55.91%

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
Decimal48641420.660.5500.44229.7949.4737.25
Hex30408E423702Ce63125
Octal60100216102670543466145
Binary1100001000000100011101000010110111010110011100110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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