#304295

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

Shades of Tory Blue #304295

Tints of Tory Blue #304295

Color information

#304295 (or 0x304295) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and 95. RGB value is (48,66,149). Sum of RGB (Red+Green+Blue) = 48+66+149=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #304295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304295 is #CFBD6A. Grayscale: #454545. Windows color (decimal): -13614443 or 9781808. OLE color: 9781808.

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

Color convert

RGB4866149-
CMYK0.680.5600.42
HSL229.31º51.27%38.63%-
HSV(B)229.31º67.79%58.43%-
XYZ8.596.6929.27-
YUV70.08172.54112.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=18.25%
G=25.10%
B=56.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48661490.680.5600.42229.3151.2738.63
Hex304295443802Ae53327
Octal60102225104700523456347
Binary1100001000010100101011000100111000010101011100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304295; }

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

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

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

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

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

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

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

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