Html Css Color HEX #3E3890 Dark Slate Blue

📋 copy color: '#3E3890'

red 62 ◦ green 56 ◦ blue 144

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

Shades of Dark Slate Blue #3E3890

Tints of Dark Slate Blue #3E3890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 23.66%
G = 21.37%
B = 54.96%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E3890 (or 0x3E3890) is known color: Dark Slate Blue. HEX triplet: 3E, 38 and 90. RGB value is (62,56,144). Sum of RGB (Red+Green+Blue) = 62+56+144=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E3890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3890 is #C1C76F. Grayscale: #434343. Windows color (decimal): -12699504 or 9451582. OLE color: 9451582.

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

Color convert

RGB 62 56 144 -
CMYK 0.57 0.61 0 0.44
HSL 244.09º 0.44% 0.39% -
HSV(B) 244.09º 0.61% 0.56% -
XYZ 8.43 5.87 27.07 -
YUV 67.83 170.99 123.84 -
System Red Green Blue C M Y K H S L
Decimal 62 56 144 0.57 0.61 0 0.44 244.09 0.44 0.39
Hex 3E 38 90 39 3D 0 2C F4 2C 27
Octal 76 70 220 71 75 0 54 364 54 47
Binary 111110 111000 10010000 111001 111101 0 101100 11110100 101100 100111

Color Harmonies of #3E3890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3890

Black with #3E3890

Text Example


Text Example

White with #3E3890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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