#45397A

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

Shades of Dark Slate Blue #45397A

Tints of Dark Slate Blue #45397A

Color information

#45397A (or 0x45397A) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 39 and 7A. RGB value is (69,57,122). Sum of RGB (Red+Green+Blue) = 69+57+122=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #45397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45397A is #BAC685. Grayscale: #434343. Windows color (decimal): -12240518 or 8010053. OLE color: 8010053.

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

Color convert

RGB6957122-
CMYK0.430.5300.52
HSL251.08º36.31%35.1%-
HSV(B)251.08º53.28%47.84%-
XYZ7.435.619.1-
YUV68158.48128.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=27.82%
G=22.98%
B=49.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69571220.430.5300.52251.0836.3135.1
Hex45397A2B35034fb2423
Octal1057117253650643734443
Binary10001011110011111010101011110101011010011111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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