#304A9B

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

Shades of Tory Blue #304A9B

Tints of Tory Blue #304A9B

Color information

#304A9B (or 0x304A9B) is unknown color: approx Tory Blue. HEX triplet: 30, 4A and 9B. RGB value is (48,74,155). Sum of RGB (Red+Green+Blue) = 48+74+155=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #304A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A9B is #CFB564. Grayscale: #4B4B4B. Windows color (decimal): -13612389 or 10177072. OLE color: 10177072.

HSL color Cylindrical-coordinate representation of color #304A9B: hue angle of 225.42º 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 #304A9B is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4874155-
CMYK0.690.5200.39
HSL225.42º52.71%39.8%-
HSV(B)225.42º69.03%60.78%-
XYZ9.587.8932.03-
YUV75.46172.89108.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=17.33%
G=26.71%
B=55.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48741550.690.5200.39225.4252.7139.8
Hex304A9B4534027e13528
Octal60112233105640473416550
Binary1100001001010100110111000101110100010011111100001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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