#304E9E

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

Shades of Tory Blue #304E9E

Tints of Tory Blue #304E9E

Color information

#304E9E (or 0x304E9E) is unknown color: approx Tory Blue. HEX triplet: 30, 4E and 9E. RGB value is (48,78,158). Sum of RGB (Red+Green+Blue) = 48+78+158=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #304E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304E9E is #CFB161. Grayscale: #4D4D4D. Windows color (decimal): -13611362 or 10374704. OLE color: 10374704.

HSL color Cylindrical-coordinate representation of color #304E9E: hue angle of 223.64º 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 #304E9E is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4878158-
CMYK0.700.5100.38
HSL223.64º53.4%40.39%-
HSV(B)223.64º69.62%61.96%-
XYZ10.118.5533.46-
YUV78.15173.06106.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=16.90%
G=27.46%
B=55.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48781580.700.5100.38223.6453.440.39
Hex304E9E4633026e03528
Octal60116236106630463406550
Binary1100001001110100111101000110110011010011011100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304E9E; }

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

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

<style>
 a { background-color: #304E9E; }

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

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

<style>
 span { border-color: #304E9E; }

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

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