#3E3685

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

Shades of Dark Slate Blue #3E3685

Tints of Dark Slate Blue #3E3685

Color information

#3E3685 (or 0x3E3685) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 36 and 85. RGB value is (62,54,133). Sum of RGB (Red+Green+Blue) = 62+54+133=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E3685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3685 is #C1C97A. Grayscale: #414141. Windows color (decimal): -12700027 or 8730174. OLE color: 8730174.

HSL color Cylindrical-coordinate representation of color #3E3685: hue angle of 246.08º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E3685 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6254133-
CMYK0.530.5900.48
HSL246.08º42.25%36.67%-
HSV(B)246.08º59.4%52.16%-
XYZ7.545.3622.83-
YUV65.4166.15125.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.90%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=24.90%
G=21.69%
B=53.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62541330.530.5900.48246.0842.2536.67
Hex3E3685353B030f62a25
Octal766620565730603665245
Binary11111011011010000101110101111011011000011110110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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