#3E368B

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

Shades of Dark Slate Blue #3E368B

Tints of Dark Slate Blue #3E368B

Color information

#3E368B (or 0x3E368B) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 36 and 8B. RGB value is (62,54,139). Sum of RGB (Red+Green+Blue) = 62+54+139=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E368B is #C1C974. Grayscale: #414141. Windows color (decimal): -12700021 or 9123390. OLE color: 9123390.

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

Color convert

RGB6254139-
CMYK0.550.6100.45
HSL245.65º44.04%37.84%-
HSV(B)245.65º61.15%54.51%-
XYZ7.975.5325.07-
YUV66.08169.15125.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=24.31%
G=21.18%
B=54.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62541390.550.6100.45245.6544.0437.84
Hex3E368B373D02Df62c26
Octal766621367750553665446
Binary11111011011010001011110111111101010110111110110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E368B;
 }
 .AnyTagClassName
 {
   color: #3E368B;
 }
</style>
background-color css

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

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

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

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

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

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