Html Css Color HEX #3E368A Dark Slate Blue

📋 copy color: '#3E368A'

red 62 ◦ green 54 ◦ blue 138

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

Shades of Dark Slate Blue #3E368A

Tints of Dark Slate Blue #3E368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 138 (54.3% from 255) = 54.33%

R = 24.41%
G = 21.26%
B = 54.33%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E368A (or 0x3E368A) is known color: Dark Slate Blue. HEX triplet: 3E, 36 and 8A. RGB value is (62,54,138). Sum of RGB (Red+Green+Blue) = 62+54+138=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E368A is #C1C975. Grayscale: #414141. Windows color (decimal): -12700022 or 9057854. OLE color: 9057854.

HSL color Cylindrical-coordinate representation of color #3E368A: hue angle of 245.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E368A is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 54 138 -
CMYK 0.55 0.61 0 0.46
HSL 245.71º 0.44% 0.38% -
HSV(B) 245.71º 0.61% 0.54% -
XYZ 7.89 5.5 24.69 -
YUV 65.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 62 54 138 0.55 0.61 0 0.46 245.71 0.44 0.38
Hex 3E 36 8A 37 3D 0 2E F6 2C 26
Octal 76 66 212 67 75 0 56 366 54 46
Binary 111110 110110 10001010 110111 111101 0 101110 11110110 101100 100110

Color Harmonies of #3E368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E368A

Black with #3E368A

Text Example


Text Example

White with #3E368A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,54,138); }

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

background-color css

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

 a { background-color: rgb(62,54,138); }

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

border-color css

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

 span { border-color: rgb(62,54,138); }

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