#304A9F

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

Shades of Tory Blue #304A9F

Tints of Tory Blue #304A9F

Color information

#304A9F (or 0x304A9F) is unknown color: approx Tory Blue. HEX triplet: 30, 4A and 9F. RGB value is (48,74,159). Sum of RGB (Red+Green+Blue) = 48+74+159=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #304A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A9F is #CFB560. Grayscale: #4B4B4B. Windows color (decimal): -13612385 or 10439216. OLE color: 10439216.

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

Color convert

RGB4874159-
CMYK0.700.5300.38
HSL225.95º53.62%40.59%-
HSV(B)225.95º69.81%62.35%-
XYZ9.938.0333.83-
YUV75.92174.89108.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=17.08%
G=26.33%
B=56.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48741590.700.5300.38225.9553.6240.59
Hex304A9F4635026e23629
Octal60112237106650463426651
Binary1100001001010100111111000110110101010011011100010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,74,159); }

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

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

 a { background-color: rgb(48,74,159); }

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

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

 span { border-color: rgb(48,74,159); }

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