#304089

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

Shades of Tory Blue #304089

Tints of Tory Blue #304089

Color information

#304089 (or 0x304089) is unknown color: approx Tory Blue. HEX triplet: 30, 40 and 89. RGB value is (48,64,137). Sum of RGB (Red+Green+Blue) = 48+64+137=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #304089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304089 is #CFBF76. Grayscale: #434343. Windows color (decimal): -13614967 or 8994864. OLE color: 8994864.

HSL color Cylindrical-coordinate representation of color #304089: hue angle of 229.21º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304089 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4864137-
CMYK0.650.5300.46
HSL229.21º48.11%36.27%-
HSV(B)229.21º64.96%53.73%-
XYZ7.576.124.45-
YUV67.54167.2114.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 137 (53.91% from 255) = 55.02%
R=19.28%
G=25.70%
B=55.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48641370.650.5300.46229.2148.1136.27
Hex304089413502Ee53024
Octal60100211101650563456044
Binary1100001000000100010011000001110101010111011100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304089; }

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

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

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

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

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

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

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

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