#303D9E

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

Shades of Tory Blue #303D9E

Tints of Tory Blue #303D9E

Color information

#303D9E (or 0x303D9E) is unknown color: approx Tory Blue. HEX triplet: 30, 3D and 9E. RGB value is (48,61,158). Sum of RGB (Red+Green+Blue) = 48+61+158=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #303D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D9E is #CFC261. Grayscale: #434343. Windows color (decimal): -13615714 or 10370352. OLE color: 10370352.

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

Color convert

RGB4861158-
CMYK0.700.6100.38
HSL232.91º53.4%40.39%-
HSV(B)232.91º69.62%61.96%-
XYZ9.066.4333.11-
YUV68.17178.69113.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=17.98%
G=22.85%
B=59.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48611580.700.6100.38232.9153.440.39
Hex303D9E463D026e93528
Octal6075236106750463516550
Binary110000111101100111101000110111101010011011101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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