#3E337E

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

Shades of Dark Slate Blue #3E337E

Tints of Dark Slate Blue #3E337E

Color information

#3E337E (or 0x3E337E) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 33 and 7E. RGB value is (62,51,126). Sum of RGB (Red+Green+Blue) = 62+51+126=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E337E is #C1CC81. Grayscale: #3E3E3E. Windows color (decimal): -12700802 or 8270654. OLE color: 8270654.

HSL color Cylindrical-coordinate representation of color #3E337E: hue angle of 248.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E337E is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6251126-
CMYK0.510.6000.51
HSL248.8º42.37%34.71%-
HSV(B)248.8º59.52%49.41%-
XYZ6.944.920.32-
YUV62.84163.64127.4-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.94%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 126 (49.61% from 255) = 52.72%
R=25.94%
G=21.34%
B=52.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62511260.510.6000.51248.842.3734.71
Hex3E337E333C033f92a23
Octal766317663740633715243
Binary1111101100111111110110011111100011001111111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,126); }

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

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

 a { background-color: rgb(62,51,126); }

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

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

 span { border-color: rgb(62,51,126); }

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