Html Css Color HEX #45387D Dark Slate Blue

📋 copy color: '#45387D'

red 69 ◦ green 56 ◦ blue 125

#45387D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #45387D

Tints of Dark Slate Blue #45387D

RGB

 RED value IS 69 (27.34% from 255) = 27.6%

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 125 (49.22% from 255) = 50%

R = 27.6%
G = 22.4%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45387D (or 0x45387D) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 7D. RGB value is (69,56,125). Sum of RGB (Red+Green+Blue) = 69+56+125=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #45387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45387D is #BAC782. Grayscale: #434343. Windows color (decimal): -12240771 or 8206405. OLE color: 8206405.

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

Color convert

RGB 69 56 125 -
CMYK 0.45 0.55 0 0.51
HSL 251.3º 0.38% 0.35% -
HSV(B) 251.3º 0.55% 0.49% -
XYZ 7.57 5.57 20.08 -
YUV 67.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 69 56 125 0.45 0.55 0 0.51 251.3 0.38 0.35
Hex 45 38 7D 2D 37 0 33 FB 26 23
Octal 105 70 175 55 67 0 63 373 46 43
Binary 1000101 111000 1111101 101101 110111 0 110011 11111011 100110 100011

Color Harmonies of #45387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45387D

Black with #45387D

Text Example


Text Example

White with #45387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #45387D;
 }
 .AnyTagClassName
 {
   color: #45387D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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