Html Css Color HEX #3F3295 Dark Slate Blue

📋 copy color: '#3F3295'

red 63 ◦ green 50 ◦ blue 149

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

Shades of Dark Slate Blue #3F3295

Tints of Dark Slate Blue #3F3295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 24.05%
G = 19.08%
B = 56.87%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F3295 (or 0x3F3295) is known color: Dark Slate Blue. HEX triplet: 3F, 32 and 95. RGB value is (63,50,149). Sum of RGB (Red+Green+Blue) = 63+50+149=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F3295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3295 is #C0CD6A. Grayscale: #404040. Windows color (decimal): -12635499 or 9777727. OLE color: 9777727.

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

Color convert

RGB 63 50 149 -
CMYK 0.58 0.66 0 0.42
HSL 247.88º 0.5% 0.39% -
HSV(B) 247.88º 0.66% 0.58% -
XYZ 8.62 5.51 29.04 -
YUV 65.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 63 50 149 0.58 0.66 0 0.42 247.88 0.5 0.39
Hex 3F 32 95 3A 42 0 2A F8 32 27
Octal 77 62 225 72 102 0 52 370 62 47
Binary 111111 110010 10010101 111010 1000010 0 101010 11111000 110010 100111

Color Harmonies of #3F3295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3295

Black with #3F3295

Text Example


Text Example

White with #3F3295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,149); }

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

background-color css

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

 a { background-color: rgb(63,50,149); }

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

border-color css

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

 span { border-color: rgb(63,50,149); }

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