Html Css Color HEX #3A3387 Dark Slate Blue

📋 copy color: '#3A3387'

red 58 ◦ green 51 ◦ blue 135

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

Shades of Dark Slate Blue #3A3387

Tints of Dark Slate Blue #3A3387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 23.77%
G = 20.9%
B = 55.33%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A3387 (or 0x3A3387) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 87. RGB value is (58,51,135). Sum of RGB (Red+Green+Blue) = 58+51+135=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A3387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3387 is #C5CC78. Grayscale: #3E3E3E. Windows color (decimal): -12962937 or 8860474. OLE color: 8860474.

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

Color convert

RGB 58 51 135 -
CMYK 0.57 0.62 0 0.47
HSL 245º 0.45% 0.36% -
HSV(B) 245º 0.62% 0.53% -
XYZ 7.3 5.02 23.51 -
YUV 62.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 58 51 135 0.57 0.62 0 0.47 245 0.45 0.36
Hex 3A 33 87 39 3E 0 2F F5 2D 24
Octal 72 63 207 71 76 0 57 365 55 44
Binary 111010 110011 10000111 111001 111110 0 101111 11110101 101101 100100

Color Harmonies of #3A3387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3387

Black with #3A3387

Text Example


Text Example

White with #3A3387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,135); }

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

background-color css

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

 a { background-color: rgb(58,51,135); }

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

border-color css

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

 span { border-color: rgb(58,51,135); }

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