#304695

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

Shades of Tory Blue #304695

Tints of Tory Blue #304695

Color information

#304695 (or 0x304695) is unknown color: approx Tory Blue. HEX triplet: 30, 46 and 95. RGB value is (48,70,149). Sum of RGB (Red+Green+Blue) = 48+70+149=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #304695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304695 is #CFB96A. Grayscale: #484848. Windows color (decimal): -13613419 or 9782832. OLE color: 9782832.

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

Color convert

RGB4870149-
CMYK0.680.5300.42
HSL226.93º51.27%38.63%-
HSV(B)226.93º67.79%58.43%-
XYZ8.837.1829.35-
YUV72.43171.21110.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=17.98%
G=26.22%
B=55.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48701490.680.5300.42226.9351.2738.63
Hex304695443502Ae33327
Octal60106225104650523436347
Binary1100001000110100101011000100110101010101011100011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304695; }

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

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

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

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

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

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

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

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