Html Css Color HEX #45387F Dark Slate Blue

📋 copy color: '#45387F'

red 69 ◦ green 56 ◦ blue 127

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

Shades of Dark Slate Blue #45387F

Tints of Dark Slate Blue #45387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.4%

R = 27.38%
G = 22.22%
B = 50.4%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#45387F (or 0x45387F) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 7F. RGB value is (69,56,127). Sum of RGB (Red+Green+Blue) = 69+56+127=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #45387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45387F is #BAC780. Grayscale: #434343. Windows color (decimal): -12240769 or 8337477. OLE color: 8337477.

HSL color Cylindrical-coordinate representation of color #45387F: hue angle of 250.99º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45387F is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 56 127 -
CMYK 0.46 0.56 0 0.50
HSL 250.99º 0.39% 0.36% -
HSV(B) 250.99º 0.56% 0.5% -
XYZ 7.7 5.63 20.76 -
YUV 67.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 69 56 127 0.46 0.56 0 0.50 250.99 0.39 0.36
Hex 45 38 7F 2E 38 0 32 FB 27 24
Octal 105 70 177 56 70 0 62 373 47 44
Binary 1000101 111000 1111111 101110 111000 0 110010 11111011 100111 100100

Color Harmonies of #45387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45387F

Black with #45387F

Text Example


Text Example

White with #45387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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