#455288

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

Shades of Tory Blue #455288

Tints of Tory Blue #455288

Color information

#455288 (or 0x455288) is unknown color: approx Tory Blue. HEX triplet: 45, 52 and 88. RGB value is (69,82,136). Sum of RGB (Red+Green+Blue) = 69+82+136=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #455288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455288 is #BAAD77. Grayscale: #545454. Windows color (decimal): -12234104 or 8933957. OLE color: 8933957.

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

Color convert

RGB6982136-
CMYK0.490.4000.47
HSL228.36º32.68%40.2%-
HSV(B)228.36º49.26%53.33%-
XYZ9.929.0824.52-
YUV84.27157.19117.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=24.04%
G=28.57%
B=47.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69821360.490.4000.47228.3632.6840.2
Hex455288312802Fe42128
Octal10512221061500573444150
Binary1000101101001010001000110001101000010111111100100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455288; }

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

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

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

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

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

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

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

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