#30419E

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

Shades of Tory Blue #30419E

Tints of Tory Blue #30419E

Color information

#30419E (or 0x30419E) is unknown color: approx Tory Blue. HEX triplet: 30, 41 and 9E. RGB value is (48,65,158). Sum of RGB (Red+Green+Blue) = 48+65+158=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #30419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30419E is #CFBE61. Grayscale: #464646. Windows color (decimal): -13614690 or 10371376. OLE color: 10371376.

HSL color Cylindrical-coordinate representation of color #30419E: hue angle of 230.73º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30419E is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4865158-
CMYK0.700.5900.38
HSL230.73º53.4%40.39%-
HSV(B)230.73º69.62%61.96%-
XYZ9.286.8833.19-
YUV70.52177.37111.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=17.71%
G=23.99%
B=58.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48651580.700.5900.38230.7353.440.39
Hex30419E463B026e73528
Octal60101236106730463476550
Binary1100001000001100111101000110111011010011011100111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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