#454088

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

Shades of Dark Slate Blue #454088

Tints of Dark Slate Blue #454088

Color information

#454088 (or 0x454088) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 88. RGB value is (69,64,136). Sum of RGB (Red+Green+Blue) = 69+64+136=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #454088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454088 is #BABF77. Grayscale: #494949. Windows color (decimal): -12238712 or 8929349. OLE color: 8929349.

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

Color convert

RGB6964136-
CMYK0.490.5300.47
HSL244.17º36%39.22%-
HSV(B)244.17º52.94%53.33%-
XYZ8.736.7124.13-
YUV73.7163.16124.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 136 (53.52% from 255) = 50.56%
R=25.65%
G=23.79%
B=50.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69641360.490.5300.47244.173639.22
Hex454088313502Ff42427
Octal10510021061650573644447
Binary1000101100000010001000110001110101010111111110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454088; }

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

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

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

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

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

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

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

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