#304095

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

Shades of Tory Blue #304095

Tints of Tory Blue #304095

Color information

#304095 (or 0x304095) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 95. RGB value is (48,64,149). Sum of RGB (Red+Green+Blue) = 48+64+149=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #304095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304095 is #CFBF6A. Grayscale: #444444. Windows color (decimal): -13614955 or 9781296. OLE color: 9781296.

HSL color Cylindrical-coordinate representation of color #304095: hue angle of 230.5º 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 #304095 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4864149-
CMYK0.680.5700.42
HSL230.5º51.27%38.63%-
HSV(B)230.5º67.79%58.43%-
XYZ8.486.4729.23-
YUV68.91173.2113.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=18.39%
G=24.52%
B=57.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48641490.680.5700.42230.551.2738.63
Hex304095443902Ae63327
Octal60100225104710523466347
Binary1100001000000100101011000100111001010101011100110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304095; }

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

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

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

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

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

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

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

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