#304784

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

Shades of Tory Blue #304784

Tints of Tory Blue #304784

Color information

#304784 (or 0x304784) is unknown color: approx Tory Blue. HEX triplet: 30, 47 and 84. RGB value is (48,71,132). Sum of RGB (Red+Green+Blue) = 48+71+132=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #304784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304784 is #CFB87B. Grayscale: #464646. Windows color (decimal): -13613180 or 8668976. OLE color: 8668976.

HSL color Cylindrical-coordinate representation of color #304784: hue angle of 223.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304784 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4871132-
CMYK0.640.4600.48
HSL223.57º46.67%35.29%-
HSV(B)223.57º63.64%51.76%-
XYZ7.646.822.74-
YUV71.08162.38111.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=19.12%
G=28.29%
B=52.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48711320.640.4600.48223.5746.6735.29
Hex304784402E030e02f23
Octal60107204100560603405743
Binary1100001000111100001001000000101110011000011100000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304784; }

 p { color: rgb(48,71,132); }

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

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

 a { background-color: rgb(48,71,132); }

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

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

 span { border-color: rgb(48,71,132); }

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