#303E99

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

Shades of Tory Blue #303E99

Tints of Tory Blue #303E99

Color information

#303E99 (or 0x303E99) is unknown color: approx Tory Blue. HEX triplet: 30, 3E and 99. RGB value is (48,62,153). Sum of RGB (Red+Green+Blue) = 48+62+153=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #303E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303E99 is #CFC166. Grayscale: #434343. Windows color (decimal): -13615463 or 10042928. OLE color: 10042928.

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

Color convert

RGB4862153-
CMYK0.690.5900.4
HSL232º52.24%39.41%-
HSV(B)232º68.63%60%-
XYZ8.696.3730.91-
YUV68.19175.86113.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=18.25%
G=23.57%
B=58.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48621530.690.5900.423252.2439.41
Hex303E99453B028e83427
Octal6076231105730503506447
Binary110000111110100110011000101111011010100011101000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,62,153); }

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

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

 a { background-color: rgb(48,62,153); }

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

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

 span { border-color: rgb(48,62,153); }

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