#303C9C

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

Shades of Tory Blue #303C9C

Tints of Tory Blue #303C9C

Color information

#303C9C (or 0x303C9C) is unknown color: approx Tory Blue. HEX triplet: 30, 3C and 9C. RGB value is (48,60,156). Sum of RGB (Red+Green+Blue) = 48+60+156=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #303C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C9C is #CFC363. Grayscale: #424242. Windows color (decimal): -13615972 or 10239024. OLE color: 10239024.

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

Color convert

RGB4860156-
CMYK0.690.6200.39
HSL233.33º52.94%40%-
HSV(B)233.33º69.23%61.18%-
XYZ8.846.2632.2-
YUV67.36178.02114.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=18.18%
G=22.73%
B=59.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48601560.690.6200.39233.3352.9440
Hex303C9C453E027e93528
Octal6074234105760473516550
Binary110000111100100111001000101111110010011111101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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