Html Css Color HEX #3A3289 Dark Slate Blue

📋 copy color: '#3A3289'

red 58 ◦ green 50 ◦ blue 137

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

Shades of Dark Slate Blue #3A3289

Tints of Dark Slate Blue #3A3289

RGB

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

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

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

R = 23.67%
G = 20.41%
B = 55.92%

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

#3A3289 (or 0x3A3289) is known color: Dark Slate Blue. HEX triplet: 3A, 32 and 89. RGB value is (58,50,137). Sum of RGB (Red+Green+Blue) = 58+50+137=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3289 is #C5CD76. Grayscale: #3D3D3D. Windows color (decimal): -12963191 or 8991290. OLE color: 8991290.

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

Color convert

RGB 58 50 137 -
CMYK 0.58 0.64 0 0.46
HSL 245.52º 0.47% 0.37% -
HSV(B) 245.52º 0.64% 0.54% -
XYZ 7.4 4.99 24.24 -
YUV 62.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 58 50 137 0.58 0.64 0 0.46 245.52 0.47 0.37
Hex 3A 32 89 3A 40 0 2E F6 2F 25
Octal 72 62 211 72 100 0 56 366 57 45
Binary 111010 110010 10001001 111010 1000000 0 101110 11110110 101111 100101

Color Harmonies of #3A3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3289

Black with #3A3289

Text Example


Text Example

White with #3A3289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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