Html Css Color HEX #3F408F Dark Slate Blue

📋 copy color: '#3F408F'

red 63 ◦ green 64 ◦ blue 143

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

Shades of Dark Slate Blue #3F408F

Tints of Dark Slate Blue #3F408F

RGB

 RED value IS 63 (25% from 255) = 23.33%

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 143 (56.25% from 255) = 52.96%

R = 23.33%
G = 23.7%
B = 52.96%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F408F (or 0x3F408F) is known color: Dark Slate Blue. HEX triplet: 3F, 40 and 8F. RGB value is (63,64,143). Sum of RGB (Red+Green+Blue) = 63+64+143=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F408F is #C0BF70. Grayscale: #484848. Windows color (decimal): -12631921 or 9388095. OLE color: 9388095.

HSL color Cylindrical-coordinate representation of color #3F408F: hue angle of 239.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F408F is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 64 143 -
CMYK 0.56 0.55 0 0.44
HSL 239.25º 0.39% 0.4% -
HSV(B) 239.25º 0.56% 0.56% -
XYZ 8.84 6.71 26.82 -
YUV 72.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 63 64 143 0.56 0.55 0 0.44 239.25 0.39 0.4
Hex 3F 40 8F 38 37 0 2C EF 27 28
Octal 77 100 217 70 67 0 54 357 47 50
Binary 111111 1000000 10001111 111000 110111 0 101100 11101111 100111 101000

Color Harmonies of #3F408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F408F

Black with #3F408F

Text Example


Text Example

White with #3F408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F408F; }

 p { color: rgb(63,64,143); }

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

background-color css

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

 a { background-color: rgb(63,64,143); }

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

border-color css

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

 span { border-color: rgb(63,64,143); }

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