#454388

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

Shades of Dark Slate Blue #454388

Tints of Dark Slate Blue #454388

Color information

#454388 (or 0x454388) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 43 and 88. RGB value is (69,67,136). Sum of RGB (Red+Green+Blue) = 69+67+136=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #454388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454388 is #BABC77. Grayscale: #4B4B4B. Windows color (decimal): -12237944 or 8930117. OLE color: 8930117.

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

Color convert

RGB6967136-
CMYK0.490.5100.47
HSL241.74º33.99%39.8%-
HSV(B)241.74º50.74%53.33%-
XYZ8.917.0624.19-
YUV75.46162.16123.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 136 (53.52% from 255) = 50%
R=25.37%
G=24.63%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69671360.490.5100.47241.7433.9939.8
Hex454388313302Ff22228
Octal10510321061630573624250
Binary1000101100001110001000110001110011010111111110010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454388; }

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

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

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

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

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

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

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

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