#304794

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

Shades of Tory Blue #304794

Tints of Tory Blue #304794

Color information

#304794 (or 0x304794) is unknown color: approx Tory Blue. HEX triplet: 30, 47 and 94. RGB value is (48,71,148). Sum of RGB (Red+Green+Blue) = 48+71+148=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #304794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304794 is #CFB86B. Grayscale: #484848. Windows color (decimal): -13613164 or 9717552. OLE color: 9717552.

HSL color Cylindrical-coordinate representation of color #304794: hue angle of 226.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304794 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4871148-
CMYK0.680.5200.42
HSL226.2º51.02%38.43%-
HSV(B)226.2º67.57%58.04%-
XYZ8.827.2728.96-
YUV72.9170.38110.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 148 (58.20% from 255) = 55.43%
R=17.98%
G=26.59%
B=55.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48711480.680.5200.42226.251.0238.43
Hex304794443402Ae23326
Octal60107224104640523426346
Binary1100001000111100101001000100110100010101011100010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304794; }

 p { color: rgb(48,71,148); }

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

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

 a { background-color: rgb(48,71,148); }

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

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

 span { border-color: rgb(48,71,148); }

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