#303B9E

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

Shades of Tory Blue #303B9E

Tints of Tory Blue #303B9E

Color information

#303B9E (or 0x303B9E) is unknown color: approx Tory Blue. HEX triplet: 30, 3B and 9E. RGB value is (48,59,158). Sum of RGB (Red+Green+Blue) = 48+59+158=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #303B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B9E is #CFC461. Grayscale: #424242. Windows color (decimal): -13616226 or 10369840. OLE color: 10369840.

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

Color convert

RGB4859158-
CMYK0.700.6300.38
HSL234º53.4%40.39%-
HSV(B)234º69.62%61.96%-
XYZ8.956.2233.08-
YUV67179.36114.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=18.11%
G=22.26%
B=59.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48591580.700.6300.3823453.440.39
Hex303B9E463F026ea3528
Octal6073236106770463526550
Binary110000111011100111101000110111111010011011101010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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