Html Css Color HEX #3A2988 Dark Slate Blue

📋 copy color: '#3A2988'

red 58 ◦ green 41 ◦ blue 136

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

Shades of Dark Slate Blue #3A2988

Tints of Dark Slate Blue #3A2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 136 (53.52% from 255) = 57.87%

R = 24.68%
G = 17.45%
B = 57.87%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A2988 (or 0x3A2988) is known color: Dark Slate Blue. HEX triplet: 3A, 29 and 88. RGB value is (58,41,136). Sum of RGB (Red+Green+Blue) = 58+41+136=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A2988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2988 is #C5D677. Grayscale: #383838. Windows color (decimal): -12965496 or 8923450. OLE color: 8923450.

HSL color Cylindrical-coordinate representation of color #3A2988: hue angle of 250.74º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A2988 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 41 136 -
CMYK 0.57 0.70 0 0.47
HSL 250.74º 0.54% 0.35% -
HSV(B) 250.74º 0.7% 0.53% -
XYZ 6.98 4.26 23.75 -
YUV 56.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 58 41 136 0.57 0.70 0 0.47 250.74 0.54 0.35
Hex 3A 29 88 39 46 0 2F FB 36 23
Octal 72 51 210 71 106 0 57 373 66 43
Binary 111010 101001 10001000 111001 1000110 0 101111 11111011 110110 100011

Color Harmonies of #3A2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2988

Black with #3A2988

Text Example


Text Example

White with #3A2988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,136); }

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

background-color css

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

 a { background-color: rgb(58,41,136); }

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

border-color css

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

 span { border-color: rgb(58,41,136); }

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