#455388

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

Shades of Tory Blue #455388

Tints of Tory Blue #455388

Color information

#455388 (or 0x455388) is unknown color: approx Tory Blue. HEX triplet: 45, 53 and 88. RGB value is (69,83,136). Sum of RGB (Red+Green+Blue) = 69+83+136=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #455388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455388 is #BAAC77. Grayscale: #545454. Windows color (decimal): -12233848 or 8934213. OLE color: 8934213.

HSL color Cylindrical-coordinate representation of color #455388: hue angle of 227.46º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455388 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6983136-
CMYK0.490.3900.47
HSL227.46º32.68%40.2%-
HSV(B)227.46º49.26%53.33%-
XYZ9.999.2324.55-
YUV84.86156.86116.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=23.96%
G=28.82%
B=47.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69831360.490.3900.47227.4632.6840.2
Hex455388312702Fe32128
Octal10512321061470573434150
Binary1000101101001110001000110001100111010111111100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455388; }

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

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

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

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

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

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

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

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