#30418E

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

Shades of Tory Blue #30418E

Tints of Tory Blue #30418E

Color information

#30418E (or 0x30418E) is unknown color: approx Tory Blue. HEX triplet: 30, 41 and 8E. RGB value is (48,65,142). Sum of RGB (Red+Green+Blue) = 48+65+142=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #30418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30418E is #CFBE71. Grayscale: #444444. Windows color (decimal): -13614706 or 9322800. OLE color: 9322800.

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

Color convert

RGB4865142-
CMYK0.660.5400.44
HSL229.15º49.47%37.25%-
HSV(B)229.15º66.2%55.69%-
XYZ7.996.3626.4-
YUV68.7169.37113.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=18.82%
G=25.49%
B=55.69%

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
Decimal48651420.660.5400.44229.1549.4737.25
Hex30418E423602Ce53125
Octal60101216102660543456145
Binary1100001000001100011101000010110110010110011100101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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