#303D99

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

Shades of Tory Blue #303D99

Tints of Tory Blue #303D99

Color information

#303D99 (or 0x303D99) is unknown color: approx Tory Blue. HEX triplet: 30, 3D and 99. RGB value is (48,61,153). Sum of RGB (Red+Green+Blue) = 48+61+153=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #303D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D99 is #CFC266. Grayscale: #434343. Windows color (decimal): -13615719 or 10042672. OLE color: 10042672.

HSL color Cylindrical-coordinate representation of color #303D99: hue angle of 232.57º 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 #303D99 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4861153-
CMYK0.690.6000.4
HSL232.57º52.24%39.41%-
HSV(B)232.57º68.63%60%-
XYZ8.646.2730.89-
YUV67.6176.19114.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 153 (60.16% from 255) = 58.40%
R=18.32%
G=23.28%
B=58.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48611530.690.6000.4232.5752.2439.41
Hex303D99453C028e93427
Octal6075231105740503516447
Binary110000111101100110011000101111100010100011101001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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