Html Css Color HEX #3A3189 Dark Slate Blue

📋 copy color: '#3A3189'

red 58 ◦ green 49 ◦ blue 137

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

Shades of Dark Slate Blue #3A3189

Tints of Dark Slate Blue #3A3189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.15%

R = 23.77%
G = 20.08%
B = 56.15%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A3189 (or 0x3A3189) is known color: Dark Slate Blue. HEX triplet: 3A, 31 and 89. RGB value is (58,49,137). Sum of RGB (Red+Green+Blue) = 58+49+137=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A3189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3189 is #C5CE76. Grayscale: #3D3D3D. Windows color (decimal): -12963447 or 8991034. OLE color: 8991034.

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

Color convert

RGB 58 49 137 -
CMYK 0.58 0.64 0 0.46
HSL 246.14º 0.47% 0.36% -
HSV(B) 246.14º 0.64% 0.54% -
XYZ 7.36 4.9 24.23 -
YUV 61.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 58 49 137 0.58 0.64 0 0.46 246.14 0.47 0.36
Hex 3A 31 89 3A 40 0 2E F6 2F 24
Octal 72 61 211 72 100 0 56 366 57 44
Binary 111010 110001 10001001 111010 1000000 0 101110 11110110 101111 100100

Color Harmonies of #3A3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3189

Black with #3A3189

Text Example


Text Example

White with #3A3189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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