#45397B

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

Shades of Dark Slate Blue #45397B

Tints of Dark Slate Blue #45397B

Color information

#45397B (or 0x45397B) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 39 and 7B. RGB value is (69,57,123). Sum of RGB (Red+Green+Blue) = 69+57+123=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #45397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45397B is #BAC684. Grayscale: #434343. Windows color (decimal): -12240517 or 8075589. OLE color: 8075589.

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

Color convert

RGB6957123-
CMYK0.440.5400.52
HSL250.91º36.67%35.29%-
HSV(B)250.91º53.66%48.24%-
XYZ7.495.6219.43-
YUV68.11158.98128.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=27.71%
G=22.89%
B=49.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69571230.440.5400.52250.9136.6735.29
Hex45397B2C36034fb2523
Octal1057117354660643734543
Binary10001011110011111011101100110110011010011111011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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