Html Css Color HEX #3E3990 Dark Slate Blue

📋 copy color: '#3E3990'

red 62 ◦ green 57 ◦ blue 144

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

Shades of Dark Slate Blue #3E3990

Tints of Dark Slate Blue #3E3990

RGB

 RED value IS 62 (24.61% from 255) = 23.57%

 GREEN value IS 57 (22.66% from 255) = 21.67%

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 23.57%
G = 21.67%
B = 54.75%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E3990 (or 0x3E3990) is known color: Dark Slate Blue. HEX triplet: 3E, 39 and 90. RGB value is (62,57,144). Sum of RGB (Red+Green+Blue) = 62+57+144=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E3990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3990 is #C1C66F. Grayscale: #444444. Windows color (decimal): -12699248 or 9451838. OLE color: 9451838.

HSL color Cylindrical-coordinate representation of color #3E3990: hue angle of 243.45º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E3990 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 57 144 -
CMYK 0.57 0.60 0 0.44
HSL 243.45º 0.43% 0.39% -
HSV(B) 243.45º 0.6% 0.56% -
XYZ 8.48 5.96 27.09 -
YUV 68.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 62 57 144 0.57 0.60 0 0.44 243.45 0.43 0.39
Hex 3E 39 90 39 3C 0 2C F3 2B 27
Octal 76 71 220 71 74 0 54 363 53 47
Binary 111110 111001 10010000 111001 111100 0 101100 11110011 101011 100111

Color Harmonies of #3E3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3990

Black with #3E3990

Text Example


Text Example

White with #3E3990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,57,144); }

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

background-color css

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

 a { background-color: rgb(62,57,144); }

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

border-color css

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

 span { border-color: rgb(62,57,144); }

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