#45387B

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

Shades of Dark Slate Blue #45387B

Tints of Dark Slate Blue #45387B

Color information

#45387B (or 0x45387B) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 38 and 7B. RGB value is (69,56,123). Sum of RGB (Red+Green+Blue) = 69+56+123=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #45387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45387B is #BAC784. Grayscale: #434343. Windows color (decimal): -12240773 or 8075333. OLE color: 8075333.

HSL color Cylindrical-coordinate representation of color #45387B: hue angle of 251.64º 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 #45387B is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6956123-
CMYK0.440.5400.52
HSL251.64º37.43%35.1%-
HSV(B)251.64º54.47%48.24%-
XYZ7.445.5219.41-
YUV67.53159.31129.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=27.82%
G=22.58%
B=49.60%

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
Decimal69561230.440.5400.52251.6437.4335.1
Hex45387B2C36034fc2523
Octal1057017354660643744543
Binary10001011110001111011101100110110011010011111100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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