#45388A

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

Shades of Dark Slate Blue #45388A

Tints of Dark Slate Blue #45388A

Color information

#45388A (or 0x45388A) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 38 and 8A. RGB value is (69,56,138). Sum of RGB (Red+Green+Blue) = 69+56+138=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #45388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45388A is #BAC775. Grayscale: #444444. Windows color (decimal): -12240758 or 9058373. OLE color: 9058373.

HSL color Cylindrical-coordinate representation of color #45388A: hue angle of 249.51º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45388A is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6956138-
CMYK0.50.5900.46
HSL249.51º42.27%38.04%-
HSV(B)249.51º59.42%54.12%-
XYZ8.465.9324.74-
YUV69.24166.81127.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=26.24%
G=21.29%
B=52.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69561380.50.5900.46249.5142.2738.04
Hex45388A323B02Efa2a26
Octal1057021262730563725246
Binary100010111100010001010110010111011010111011111010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45388A; }

 p { color: rgb(69,56,138); }

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

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

 a { background-color: rgb(69,56,138); }

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

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

 span { border-color: rgb(69,56,138); }

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