#45387E

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

Shades of Dark Slate Blue #45387E

Tints of Dark Slate Blue #45387E

Color information

#45387E (or 0x45387E) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 38 and 7E. RGB value is (69,56,126). Sum of RGB (Red+Green+Blue) = 69+56+126=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #45387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45387E is #BAC781. Grayscale: #434343. Windows color (decimal): -12240770 or 8271941. OLE color: 8271941.

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

Color convert

RGB6956126-
CMYK0.450.5600.51
HSL251.14º38.46%35.69%-
HSV(B)251.14º55.56%49.41%-
XYZ7.635.620.42-
YUV67.87160.81128.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 126 (49.61% from 255) = 50.20%
R=27.49%
G=22.31%
B=50.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69561260.450.5600.51251.1438.4635.69
Hex45387E2D38033fb2624
Octal1057017655700633734644
Binary10001011110001111110101101111000011001111111011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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