Html Css Color HEX #3E3188 Dark Slate Blue

📋 copy color: '#3E3188'

red 62 ◦ green 49 ◦ blue 136

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

Shades of Dark Slate Blue #3E3188

Tints of Dark Slate Blue #3E3188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 25.1%
G = 19.84%
B = 55.06%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3E3188 (or 0x3E3188) is known color: Dark Slate Blue. HEX triplet: 3E, 31 and 88. RGB value is (62,49,136). Sum of RGB (Red+Green+Blue) = 62+49+136=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E3188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3188 is #C1CE77. Grayscale: #3E3E3E. Windows color (decimal): -12701304 or 8925502. OLE color: 8925502.

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

Color convert

RGB 62 49 136 -
CMYK 0.54 0.64 0 0.47
HSL 248.97º 0.47% 0.36% -
HSV(B) 248.97º 0.64% 0.53% -
XYZ 7.53 5 23.86 -
YUV 62.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 62 49 136 0.54 0.64 0 0.47 248.97 0.47 0.36
Hex 3E 31 88 36 40 0 2F F9 2F 24
Octal 76 61 210 66 100 0 57 371 57 44
Binary 111110 110001 10001000 110110 1000000 0 101111 11111001 101111 100100

Color Harmonies of #3E3188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3188

Black with #3E3188

Text Example


Text Example

White with #3E3188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,136); }

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

background-color css

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

 a { background-color: rgb(62,49,136); }

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

border-color css

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

 span { border-color: rgb(62,49,136); }

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