#303FA0

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

Shades of Tory Blue #303FA0

Tints of Tory Blue #303FA0

Color information

#303FA0 (or 0x303FA0) is unknown color: approx Tory Blue. HEX triplet: 30, 3F and A0. RGB value is (48,63,160). Sum of RGB (Red+Green+Blue) = 48+63+160=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #303FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FA0 is #CFC05F. Grayscale: #454545. Windows color (decimal): -13615200 or 10501936. OLE color: 10501936.

HSL color Cylindrical-coordinate representation of color #303FA0: hue angle of 231.96º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #303FA0 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4863160-
CMYK0.700.6100.37
HSL231.96º53.85%40.78%-
HSV(B)231.96º70%62.75%-
XYZ9.346.7234.06-
YUV69.57179.03112.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 160 (62.89% from 255) = 59.04%
R=17.71%
G=23.25%
B=59.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48631600.700.6100.37231.9653.8540.78
Hex303FA0463D025e83629
Octal6077240106750453506651
Binary110000111111101000001000110111101010010111101000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,160); }

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

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

 a { background-color: rgb(48,63,160); }

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

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

 span { border-color: rgb(48,63,160); }

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