Html Css Color HEX #403B86 Dark Slate Blue

📋 copy color: '#403B86'

red 64 ◦ green 59 ◦ blue 134

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

Shades of Dark Slate Blue #403B86

Tints of Dark Slate Blue #403B86

RGB

 RED value IS 64 (25.39% from 255) = 24.9%

 GREEN value IS 59 (23.44% from 255) = 22.96%

 BLUE value IS 134 (52.73% from 255) = 52.14%

R = 24.9%
G = 22.96%
B = 52.14%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#403B86 (or 0x403B86) is known color: Dark Slate Blue. HEX triplet: 40, 3B and 86. RGB value is (64,59,134). Sum of RGB (Red+Green+Blue) = 64+59+134=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #403B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403B86 is #BFC479. Grayscale: #444444. Windows color (decimal): -12567674 or 8796992. OLE color: 8796992.

HSL color Cylindrical-coordinate representation of color #403B86: hue angle of 244º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403B86 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 59 134 -
CMYK 0.52 0.56 0 0.47
HSL 244º 0.39% 0.38% -
HSV(B) 244º 0.56% 0.53% -
XYZ 7.98 5.94 23.28 -
YUV 69.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 64 59 134 0.52 0.56 0 0.47 244 0.39 0.38
Hex 40 3B 86 34 38 0 2F F4 27 26
Octal 100 73 206 64 70 0 57 364 47 46
Binary 1000000 111011 10000110 110100 111000 0 101111 11110100 100111 100110

Color Harmonies of #403B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B86

Black with #403B86

Text Example


Text Example

White with #403B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403B86; }

 p { color: rgb(64,59,134); }

 H1.HeaderClassName
 {
   color: #403B86;
 }
 .AnyTagClassName
 {
   color: #403B86;
 }
</style>

background-color css

<style>
 a { background-color: #403B86; }

 a { background-color: rgb(64,59,134); }

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

border-color css

<style>
 span { border-color: #403B86; }

 span { border-color: rgb(64,59,134); }

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