#303C9D

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

Shades of Tory Blue #303C9D

Tints of Tory Blue #303C9D

Color information

#303C9D (or 0x303C9D) is unknown color: approx Tory Blue. HEX triplet: 30, 3C and 9D. RGB value is (48,60,157). Sum of RGB (Red+Green+Blue) = 48+60+157=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #303C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C9D is #CFC362. Grayscale: #434343. Windows color (decimal): -13615971 or 10304560. OLE color: 10304560.

HSL color Cylindrical-coordinate representation of color #303C9D: hue angle of 233.39º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303C9D is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4860157-
CMYK0.690.6200.38
HSL233.39º53.17%40.2%-
HSV(B)233.39º69.43%61.57%-
XYZ8.926.2932.64-
YUV67.47178.52114.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=18.11%
G=22.64%
B=59.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48601570.690.6200.38233.3953.1740.2
Hex303C9D453E026e93528
Octal6074235105760463516550
Binary110000111100100111011000101111110010011011101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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