#304595

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

Shades of Tory Blue #304595

Tints of Tory Blue #304595

Color information

#304595 (or 0x304595) is unknown color: approx Tory Blue. HEX triplet: 30, 45 and 95. RGB value is (48,69,149). Sum of RGB (Red+Green+Blue) = 48+69+149=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #304595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304595 is #CFBA6A. Grayscale: #474747. Windows color (decimal): -13613675 or 9782576. OLE color: 9782576.

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

Color convert

RGB4869149-
CMYK0.680.5400.42
HSL227.52º51.27%38.63%-
HSV(B)227.52º67.79%58.43%-
XYZ8.777.0529.33-
YUV71.84171.54111-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=18.05%
G=25.94%
B=56.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48691490.680.5400.42227.5251.2738.63
Hex304595443602Ae43327
Octal60105225104660523446347
Binary1100001000101100101011000100110110010101011100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304595; }

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

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

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

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

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

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

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

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