Html Css Color HEX #3F3B8C Dark Slate Blue

📋 copy color: '#3F3B8C'

red 63 ◦ green 59 ◦ blue 140

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

Shades of Dark Slate Blue #3F3B8C

Tints of Dark Slate Blue #3F3B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.52%

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

R = 24.05%
G = 22.52%
B = 53.44%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F3B8C (or 0x3F3B8C) is known color: Dark Slate Blue. HEX triplet: 3F, 3B and 8C. RGB value is (63,59,140). Sum of RGB (Red+Green+Blue) = 63+59+140=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F3B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3B8C is #C0C473. Grayscale: #454545. Windows color (decimal): -12633204 or 9190207. OLE color: 9190207.

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

Color convert

RGB 63 59 140 -
CMYK 0.55 0.58 0 0.45
HSL 242.96º 0.41% 0.39% -
HSV(B) 242.96º 0.58% 0.55% -
XYZ 8.35 6.08 25.54 -
YUV 69.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 63 59 140 0.55 0.58 0 0.45 242.96 0.41 0.39
Hex 3F 3B 8C 37 3A 0 2D F3 29 27
Octal 77 73 214 67 72 0 55 363 51 47
Binary 111111 111011 10001100 110111 111010 0 101101 11110011 101001 100111

Color Harmonies of #3F3B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3B8C

Black with #3F3B8C

Text Example


Text Example

White with #3F3B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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