#303B9C

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

Shades of Tory Blue #303B9C

Tints of Tory Blue #303B9C

Color information

#303B9C (or 0x303B9C) is unknown color: approx Tory Blue. HEX triplet: 30, 3B and 9C. RGB value is (48,59,156). Sum of RGB (Red+Green+Blue) = 48+59+156=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #303B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B9C is #CFC463. Grayscale: #424242. Windows color (decimal): -13616228 or 10238768. OLE color: 10238768.

HSL color Cylindrical-coordinate representation of color #303B9C: hue angle of 233.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303B9C is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4859156-
CMYK0.690.6200.39
HSL233.89º52.94%40%-
HSV(B)233.89º69.23%61.18%-
XYZ8.786.1632.18-
YUV66.77178.36114.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 156 (61.33% from 255) = 59.32%
R=18.25%
G=22.43%
B=59.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48591560.690.6200.39233.8952.9440
Hex303B9C453E027ea3528
Octal6073234105760473526550
Binary110000111011100111001000101111110010011111101010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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