Html Css Color HEX #403684 Dark Slate Blue

📋 copy color: '#403684'

red 64 ◦ green 54 ◦ blue 132

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

Shades of Dark Slate Blue #403684

Tints of Dark Slate Blue #403684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 132 (51.95% from 255) = 52.8%

R = 25.6%
G = 21.6%
B = 52.8%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#403684 (or 0x403684) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 84. RGB value is (64,54,132). Sum of RGB (Red+Green+Blue) = 64+54+132=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #403684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403684 is #BFC97B. Grayscale: #414141. Windows color (decimal): -12568956 or 8664640. OLE color: 8664640.

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

Color convert

RGB 64 54 132 -
CMYK 0.52 0.59 0 0.48
HSL 247.69º 0.42% 0.36% -
HSV(B) 247.69º 0.59% 0.52% -
XYZ 7.6 5.39 22.47 -
YUV 65.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 64 54 132 0.52 0.59 0 0.48 247.69 0.42 0.36
Hex 40 36 84 34 3B 0 30 F8 2A 24
Octal 100 66 204 64 73 0 60 370 52 44
Binary 1000000 110110 10000100 110100 111011 0 110000 11111000 101010 100100

Color Harmonies of #403684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403684

Black with #403684

Text Example


Text Example

White with #403684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403684; }

 p { color: rgb(64,54,132); }

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

background-color css

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

 a { background-color: rgb(64,54,132); }

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

border-color css

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

 span { border-color: rgb(64,54,132); }

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