#3E368A

Color #3E368A Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3E368A

Tints of Dark Slate Blue #3E368A

Color information

#3E368A (or 0x3E368A) is unknown color: approx 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

RGB6254138-
CMYK0.550.6100.46
HSL245.71º43.75%37.65%-
HSV(B)245.71º60.87%54.12%-
XYZ7.895.524.69-
YUV65.97168.65125.17-

RGB Variations

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

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.30% from 255) = 54.33%
R=24.41%
G=21.26%
B=54.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62541380.550.6100.46245.7143.7537.65
Hex3E368A373D02Ef62c26
Octal766621267750563665446
Binary11111011011010001010110111111101010111011110110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>