#303D9D

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

Shades of Tory Blue #303D9D

Tints of Tory Blue #303D9D

Color information

#303D9D (or 0x303D9D) is unknown color: approx Tory Blue. HEX triplet: 30, 3D and 9D. RGB value is (48,61,157). Sum of RGB (Red+Green+Blue) = 48+61+157=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #303D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D9D is #CFC262. Grayscale: #434343. Windows color (decimal): -13615715 or 10304816. OLE color: 10304816.

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

Color convert

RGB4861157-
CMYK0.690.6100.38
HSL232.84º53.17%40.2%-
HSV(B)232.84º69.43%61.57%-
XYZ8.976.432.66-
YUV68.06178.19113.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=18.05%
G=22.93%
B=59.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48611570.690.6100.38232.8453.1740.2
Hex303D9D453D026e93528
Octal6075235105750463516550
Binary110000111101100111011000101111101010011011101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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