#30399E

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

Shades of Tory Blue #30399E

Tints of Tory Blue #30399E

Color information

#30399E (or 0x30399E) is unknown color: approx Tory Blue. HEX triplet: 30, 39 and 9E. RGB value is (48,57,158). Sum of RGB (Red+Green+Blue) = 48+57+158=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #30399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30399E is #CFC661. Grayscale: #414141. Windows color (decimal): -13616738 or 10369328. OLE color: 10369328.

HSL color Cylindrical-coordinate representation of color #30399E: hue angle of 235.09º 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 #30399E is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4857158-
CMYK0.700.6400.38
HSL235.09º53.4%40.39%-
HSV(B)235.09º69.62%61.96%-
XYZ8.856.0233.04-
YUV65.82180.02115.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=18.25%
G=21.67%
B=60.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48571580.700.6400.38235.0953.440.39
Hex30399E4640026eb3528
Octal60712361061000463536550
Binary1100001110011001111010001101000000010011011101011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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