#45397C

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

Shades of Dark Slate Blue #45397C

Tints of Dark Slate Blue #45397C

Color information

#45397C (or 0x45397C) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 39 and 7C. RGB value is (69,57,124). Sum of RGB (Red+Green+Blue) = 69+57+124=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #45397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45397C is #BAC683. Grayscale: #434343. Windows color (decimal): -12240516 or 8141125. OLE color: 8141125.

HSL color Cylindrical-coordinate representation of color #45397C: hue angle of 250.75º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45397C is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6957124-
CMYK0.440.5400.51
HSL250.75º37.02%35.49%-
HSV(B)250.75º54.03%48.63%-
XYZ7.565.6519.76-
YUV68.23159.48128.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=27.6%
G=22.8%
B=49.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69571240.440.5400.51250.7537.0235.49
Hex45397C2C36033fb2523
Octal1057117454660633734543
Binary10001011110011111100101100110110011001111111011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45397C; }

 p { color: rgb(69,57,124); }

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

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

 a { background-color: rgb(69,57,124); }

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

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

 span { border-color: rgb(69,57,124); }

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