#304684

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

Shades of Tory Blue #304684

Tints of Tory Blue #304684

Color information

#304684 (or 0x304684) is unknown color: approx Tory Blue. HEX triplet: 30, 46 and 84. RGB value is (48,70,132). Sum of RGB (Red+Green+Blue) = 48+70+132=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #304684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304684 is #CFB97B. Grayscale: #464646. Windows color (decimal): -13613436 or 8668720. OLE color: 8668720.

HSL color Cylindrical-coordinate representation of color #304684: hue angle of 224.29º 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 #304684 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4870132-
CMYK0.640.4700.48
HSL224.29º46.67%35.29%-
HSV(B)224.29º63.64%51.76%-
XYZ7.576.6722.72-
YUV70.49162.71111.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=19.2%
G=28%
B=52.8%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48701320.640.4700.48224.2946.6735.29
Hex304684402F030e02f23
Octal60106204100570603405743
Binary1100001000110100001001000000101111011000011100000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304684; }

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

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

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

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

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

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

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

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