Html Css Color HEX #3F3799 Dark Slate Blue

📋 copy color: '#3F3799'

red 63 ◦ green 55 ◦ blue 153

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

Shades of Dark Slate Blue #3F3799

Tints of Dark Slate Blue #3F3799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 23.25%
G = 20.3%
B = 56.46%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3F3799 (or 0x3F3799) is known color: Dark Slate Blue. HEX triplet: 3F, 37 and 99. RGB value is (63,55,153). Sum of RGB (Red+Green+Blue) = 63+55+153=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F3799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3799 is #C0C866. Grayscale: #444444. Windows color (decimal): -12634215 or 10041151. OLE color: 10041151.

HSL color Cylindrical-coordinate representation of color #3F3799: hue angle of 244.9º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3799 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 55 153 -
CMYK 0.59 0.64 0 0.4
HSL 244.9º 0.47% 0.41% -
HSV(B) 244.9º 0.64% 0.6% -
XYZ 9.17 6.09 30.83 -
YUV 68.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 63 55 153 0.59 0.64 0 0.4 244.9 0.47 0.41
Hex 3F 37 99 3B 40 0 28 F5 2F 29
Octal 77 67 231 73 100 0 50 365 57 51
Binary 111111 110111 10011001 111011 1000000 0 101000 11110101 101111 101001

Color Harmonies of #3F3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3799

Black with #3F3799

Text Example


Text Example

White with #3F3799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,153); }

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

background-color css

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

 a { background-color: rgb(63,55,153); }

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

border-color css

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

 span { border-color: rgb(63,55,153); }

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