Html Css Color HEX #3A3186 Dark Slate Blue

📋 copy color: '#3A3186'

red 58 ◦ green 49 ◦ blue 134

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

Shades of Dark Slate Blue #3A3186

Tints of Dark Slate Blue #3A3186

RGB

 RED value IS 58 (23.05% from 255) = 24.07%

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 134 (52.73% from 255) = 55.6%

R = 24.07%
G = 20.33%
B = 55.6%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A3186 (or 0x3A3186) is known color: Dark Slate Blue. HEX triplet: 3A, 31 and 86. RGB value is (58,49,134). Sum of RGB (Red+Green+Blue) = 58+49+134=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A3186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3186 is #C5CE79. Grayscale: #3D3D3D. Windows color (decimal): -12963450 or 8794426. OLE color: 8794426.

HSL color Cylindrical-coordinate representation of color #3A3186: hue angle of 246.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3186 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 49 134 -
CMYK 0.57 0.63 0 0.47
HSL 246.35º 0.46% 0.36% -
HSV(B) 246.35º 0.63% 0.53% -
XYZ 7.15 4.82 23.11 -
YUV 61.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 58 49 134 0.57 0.63 0 0.47 246.35 0.46 0.36
Hex 3A 31 86 39 3F 0 2F F6 2E 24
Octal 72 61 206 71 77 0 57 366 56 44
Binary 111010 110001 10000110 111001 111111 0 101111 11110110 101110 100100

Color Harmonies of #3A3186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3186

Black with #3A3186

Text Example


Text Example

White with #3A3186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,49,134); }

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

background-color css

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

 a { background-color: rgb(58,49,134); }

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

border-color css

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

 span { border-color: rgb(58,49,134); }

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