#303D90

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

Shades of Tory Blue #303D90

Tints of Tory Blue #303D90

Color information

#303D90 (or 0x303D90) is unknown color: approx Tory Blue. HEX triplet: 30, 3D and 90. RGB value is (48,61,144). Sum of RGB (Red+Green+Blue) = 48+61+144=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #303D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D90 is #CFC26F. Grayscale: #424242. Windows color (decimal): -13615728 or 9452848. OLE color: 9452848.

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

Color convert

RGB4861144-
CMYK0.670.5800.44
HSL231.88º50%37.65%-
HSV(B)231.88º66.67%56.47%-
XYZ7.925.9827.12-
YUV66.57171.69114.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 61 (24.22% from 255) = 24.11%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=18.97%
G=24.11%
B=56.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48611440.670.5800.44231.885037.65
Hex303D90433A02Ce83226
Octal6075220103720543506246
Binary110000111101100100001000011111010010110011101000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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