#303C91

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

Shades of Tory Blue #303C91

Tints of Tory Blue #303C91

Color information

#303C91 (or 0x303C91) is unknown color: approx Tory Blue. HEX triplet: 30, 3C and 91. RGB value is (48,60,145). Sum of RGB (Red+Green+Blue) = 48+60+145=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #303C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C91 is #CFC36E. Grayscale: #414141. Windows color (decimal): -13615983 or 9518128. OLE color: 9518128.

HSL color Cylindrical-coordinate representation of color #303C91: hue angle of 232.58º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303C91 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4860145-
CMYK0.670.5900.43
HSL232.58º50.26%37.84%-
HSV(B)232.58º66.9%56.86%-
XYZ7.955.927.51-
YUV66.1172.52115.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=18.97%
G=23.72%
B=57.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48601450.670.5900.43232.5850.2637.84
Hex303C91433B02Be93226
Octal6074221103730533516246
Binary110000111100100100011000011111011010101111101001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,60,145); }

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

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

 a { background-color: rgb(48,60,145); }

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

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

 span { border-color: rgb(48,60,145); }

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