#303B96

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

Shades of Tory Blue #303B96

Tints of Tory Blue #303B96

Color information

#303B96 (or 0x303B96) is unknown color: approx Tory Blue. HEX triplet: 30, 3B and 96. RGB value is (48,59,150). Sum of RGB (Red+Green+Blue) = 48+59+150=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #303B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B96 is #CFC469. Grayscale: #414141. Windows color (decimal): -13616234 or 9845552. OLE color: 9845552.

HSL color Cylindrical-coordinate representation of color #303B96: hue angle of 233.53º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303B96 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4859150-
CMYK0.680.6100.41
HSL233.53º51.52%38.82%-
HSV(B)233.53º68%58.82%-
XYZ8.295.9629.57-
YUV66.09175.36115.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 150 (58.98% from 255) = 58.37%
R=18.68%
G=22.96%
B=58.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48591500.680.6100.41233.5351.5238.82
Hex303B96443D029ea3427
Octal6073226104750513526447
Binary110000111011100101101000100111101010100111101010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303B96; }

 p { color: rgb(48,59,150); }

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

<style>
 a { background-color: #303B96; }

 a { background-color: rgb(48,59,150); }

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

<style>
 span { border-color: #303B96; }

 span { border-color: rgb(48,59,150); }

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