Html Css Color HEX #404397 Dark Slate Blue

📋 copy color: '#404397'

red 64 ◦ green 67 ◦ blue 151

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

Shades of Dark Slate Blue #404397

Tints of Dark Slate Blue #404397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 22.7%
G = 23.76%
B = 53.55%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#404397 (or 0x404397) is known color: Dark Slate Blue. HEX triplet: 40, 43 and 97. RGB value is (64,67,151). Sum of RGB (Red+Green+Blue) = 64+67+151=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #404397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404397 is #BFBC68. Grayscale: #4B4B4B. Windows color (decimal): -12565609 or 9913152. OLE color: 9913152.

HSL color Cylindrical-coordinate representation of color #404397: hue angle of 237.93º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #404397 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 67 151 -
CMYK 0.58 0.56 0 0.41
HSL 237.93º 0.4% 0.42% -
HSV(B) 237.93º 0.58% 0.59% -
XYZ 9.71 7.34 30.18 -
YUV 75.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 64 67 151 0.58 0.56 0 0.41 237.93 0.4 0.42
Hex 40 43 97 3A 38 0 29 EE 28 2A
Octal 100 103 227 72 70 0 51 356 50 52
Binary 1000000 1000011 10010111 111010 111000 0 101001 11101110 101000 101010

Color Harmonies of #404397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404397

Black with #404397

Text Example


Text Example

White with #404397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404397; }

 p { color: rgb(64,67,151); }

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

background-color css

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

 a { background-color: rgb(64,67,151); }

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

border-color css

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

 span { border-color: rgb(64,67,151); }

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