Html Css Color HEX #3E3998 Dark Slate Blue

📋 copy color: '#3E3998'

red 62 ◦ green 57 ◦ blue 152

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

Shades of Dark Slate Blue #3E3998

Tints of Dark Slate Blue #3E3998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 22.88%
G = 21.03%
B = 56.09%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3E3998 (or 0x3E3998) is known color: Dark Slate Blue. HEX triplet: 3E, 39 and 98. RGB value is (62,57,152). Sum of RGB (Red+Green+Blue) = 62+57+152=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E3998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3998 is #C1C667. Grayscale: #444444. Windows color (decimal): -12699240 or 9976126. OLE color: 9976126.

HSL color Cylindrical-coordinate representation of color #3E3998: hue angle of 243.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E3998 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 62 57 152 -
CMYK 0.59 0.62 0 0.40
HSL 243.16º 0.45% 0.41% -
HSV(B) 243.16º 0.63% 0.6% -
XYZ 9.12 6.22 30.43 -
YUV 69.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 62 57 152 0.59 0.62 0 0.40 243.16 0.45 0.41
Hex 3E 39 98 3B 3E 0 28 F3 2D 29
Octal 76 71 230 73 76 0 50 363 55 51
Binary 111110 111001 10011000 111011 111110 0 101000 11110011 101101 101001

Color Harmonies of #3E3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3998

Black with #3E3998

Text Example


Text Example

White with #3E3998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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