#45387D

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

Shades of Dark Slate Blue #45387D

Tints of Dark Slate Blue #45387D

Color information

#45387D (or 0x45387D) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 38 and 7D. RGB value is (69,56,125). Sum of RGB (Red+Green+Blue) = 69+56+125=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #45387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45387D is #BAC782. Grayscale: #434343. Windows color (decimal): -12240771 or 8206405. OLE color: 8206405.

HSL color Cylindrical-coordinate representation of color #45387D: hue angle of 251.3º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45387D is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6956125-
CMYK0.450.5500.51
HSL251.3º38.12%35.49%-
HSV(B)251.3º55.2%49.02%-
XYZ7.575.5720.08-
YUV67.75160.31128.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 125 (49.22% from 255) = 50%
R=27.6%
G=22.4%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69561250.450.5500.51251.338.1235.49
Hex45387D2D37033fb2623
Octal1057017555670633734643
Binary10001011110001111101101101110111011001111111011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45387D; }

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

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

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

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

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

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

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

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