Html Css Color HEX #3A3E9D Dark Slate Blue

📋 copy color: '#3A3E9D'

red 58 ◦ green 62 ◦ blue 157

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

Shades of Dark Slate Blue #3A3E9D

Tints of Dark Slate Blue #3A3E9D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.38%

 BLUE value IS 157 (61.72% from 255) = 56.68%

R = 20.94%
G = 22.38%
B = 56.68%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A3E9D (or 0x3A3E9D) is known color: Dark Slate Blue. HEX triplet: 3A, 3E and 9D. RGB value is (58,62,157). Sum of RGB (Red+Green+Blue) = 58+62+157=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A3E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3E9D is #C5C162. Grayscale: #474747. Windows color (decimal): -12960099 or 10305082. OLE color: 10305082.

HSL color Cylindrical-coordinate representation of color #3A3E9D: hue angle of 237.58º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3E9D is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 62 157 -
CMYK 0.63 0.61 0 0.38
HSL 237.58º 0.46% 0.42% -
HSV(B) 237.58º 0.63% 0.62% -
XYZ 9.55 6.78 32.7 -
YUV 71.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 58 62 157 0.63 0.61 0 0.38 237.58 0.46 0.42
Hex 3A 3E 9D 3F 3D 0 26 EE 2E 2A
Octal 72 76 235 77 75 0 46 356 56 52
Binary 111010 111110 10011101 111111 111101 0 100110 11101110 101110 101010

Color Harmonies of #3A3E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3E9D

Black with #3A3E9D

Text Example


Text Example

White with #3A3E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,62,157); }

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

background-color css

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

 a { background-color: rgb(58,62,157); }

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

border-color css

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

 span { border-color: rgb(58,62,157); }

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