#455384

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

Shades of Tory Blue #455384

Tints of Tory Blue #455384

Color information

#455384 (or 0x455384) is unknown color: approx Tory Blue. HEX triplet: 45, 53 and 84. RGB value is (69,83,132). Sum of RGB (Red+Green+Blue) = 69+83+132=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #455384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455384 is #BAAC7B. Grayscale: #545454. Windows color (decimal): -12233852 or 8672069. OLE color: 8672069.

HSL color Cylindrical-coordinate representation of color #455384: hue angle of 226.67º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455384 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6983132-
CMYK0.480.3700.48
HSL226.67º31.34%39.41%-
HSV(B)226.67º47.73%51.76%-
XYZ9.719.1223.08-
YUV84.4154.86117.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=24.30%
G=29.23%
B=46.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69831320.480.3700.48226.6731.3439.41
Hex4553843025030e31f27
Octal10512320460450603433747
Binary100010110100111000010011000010010101100001110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455384; }

 p { color: rgb(69,83,132); }

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

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

 a { background-color: rgb(69,83,132); }

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

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

 span { border-color: rgb(69,83,132); }

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