#304992

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

Shades of Tory Blue #304992

Tints of Tory Blue #304992

Color information

#304992 (or 0x304992) is unknown color: approx Tory Blue. HEX triplet: 30, 49 and 92. RGB value is (48,73,146). Sum of RGB (Red+Green+Blue) = 48+73+146=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #304992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304992 is #CFB66D. Grayscale: #494949. Windows color (decimal): -13612654 or 9586992. OLE color: 9586992.

HSL color Cylindrical-coordinate representation of color #304992: hue angle of 224.69º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304992 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4873146-
CMYK0.670.500.43
HSL224.69º50.52%38.04%-
HSV(B)224.69º67.12%57.25%-
XYZ8.797.4728.17-
YUV73.85168.72109.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=17.98%
G=27.34%
B=54.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48731460.670.500.43224.6950.5238.04
Hex304992433202Be13326
Octal60111222103620533416346
Binary1100001001001100100101000011110010010101111100001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304992; }

 p { color: rgb(48,73,146); }

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

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

 a { background-color: rgb(48,73,146); }

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

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

 span { border-color: rgb(48,73,146); }

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