#304795

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

Shades of Tory Blue #304795

Tints of Tory Blue #304795

Color information

#304795 (or 0x304795) is unknown color: approx Tory Blue. HEX triplet: 30, 47 and 95. RGB value is (48,71,149). Sum of RGB (Red+Green+Blue) = 48+71+149=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #304795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304795 is #CFB86A. Grayscale: #484848. Windows color (decimal): -13613163 or 9783088. OLE color: 9783088.

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

Color convert

RGB4871149-
CMYK0.680.5200.42
HSL226.34º51.27%38.63%-
HSV(B)226.34º67.79%58.43%-
XYZ8.97.329.37-
YUV73.02170.88110.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=17.91%
G=26.49%
B=55.60%

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
Decimal48711490.680.5200.42226.3451.2738.63
Hex304795443402Ae23327
Octal60107225104640523426347
Binary1100001000111100101011000100110100010101011100010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304795; }

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

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

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

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

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

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

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

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