Html Css Color HEX #3F2E8C Dark Slate Blue

📋 copy color: '#3F2E8C'

red 63 ◦ green 46 ◦ blue 140

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

Shades of Dark Slate Blue #3F2E8C

Tints of Dark Slate Blue #3F2E8C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 140 (55.08% from 255) = 56.22%

R = 25.3%
G = 18.47%
B = 56.22%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F2E8C (or 0x3F2E8C) is known color: Dark Slate Blue. HEX triplet: 3F, 2E and 8C. RGB value is (63,46,140). Sum of RGB (Red+Green+Blue) = 63+46+140=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F2E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2E8C is #C0D173. Grayscale: #3D3D3D. Windows color (decimal): -12636532 or 9186879. OLE color: 9186879.

HSL color Cylindrical-coordinate representation of color #3F2E8C: hue angle of 250.85º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F2E8C is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 46 140 -
CMYK 0.55 0.67 0 0.45
HSL 250.85º 0.51% 0.36% -
HSV(B) 250.85º 0.67% 0.55% -
XYZ 7.76 4.9 25.35 -
YUV 61.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 63 46 140 0.55 0.67 0 0.45 250.85 0.51 0.36
Hex 3F 2E 8C 37 43 0 2D FB 33 24
Octal 77 56 214 67 103 0 55 373 63 44
Binary 111111 101110 10001100 110111 1000011 0 101101 11111011 110011 100100

Color Harmonies of #3F2E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E8C

Black with #3F2E8C

Text Example


Text Example

White with #3F2E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,46,140); }

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

background-color css

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

 a { background-color: rgb(63,46,140); }

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

border-color css

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

 span { border-color: rgb(63,46,140); }

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