Html Css Color HEX #3E2F90 Dark Slate Blue

📋 copy color: '#3E2F90'

red 62 ◦ green 47 ◦ blue 144

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

Shades of Dark Slate Blue #3E2F90

Tints of Dark Slate Blue #3E2F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

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

R = 24.51%
G = 18.58%
B = 56.92%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E2F90 (or 0x3E2F90) is known color: Dark Slate Blue. HEX triplet: 3E, 2F and 90. RGB value is (62,47,144). Sum of RGB (Red+Green+Blue) = 62+47+144=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E2F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2F90 is #C1D06F. Grayscale: #3E3E3E. Windows color (decimal): -12701808 or 9449278. OLE color: 9449278.

HSL color Cylindrical-coordinate representation of color #3E2F90: hue angle of 249.28º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E2F90 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 47 144 -
CMYK 0.57 0.67 0 0.44
HSL 249.28º 0.51% 0.37% -
HSV(B) 249.28º 0.67% 0.56% -
XYZ 8.04 5.07 26.94 -
YUV 62.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 62 47 144 0.57 0.67 0 0.44 249.28 0.51 0.37
Hex 3E 2F 90 39 43 0 2C F9 33 25
Octal 76 57 220 71 103 0 54 371 63 45
Binary 111110 101111 10010000 111001 1000011 0 101100 11111001 110011 100101

Color Harmonies of #3E2F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2F90

Black with #3E2F90

Text Example


Text Example

White with #3E2F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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