#3E308B

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

Shades of Dark Slate Blue #3E308B

Tints of Dark Slate Blue #3E308B

Color information

#3E308B (or 0x3E308B) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 30 and 8B. RGB value is (62,48,139). Sum of RGB (Red+Green+Blue) = 62+48+139=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E308B is #C1CF74. Grayscale: #3E3E3E. Windows color (decimal): -12701557 or 9121854. OLE color: 9121854.

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

Color convert

RGB6248139-
CMYK0.550.6500.45
HSL249.23º48.66%36.67%-
HSV(B)249.23º65.47%54.51%-
XYZ7.7524.99-
YUV62.56171.14127.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.90%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=24.90%
G=19.28%
B=55.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62481390.550.6500.45249.2348.6636.67
Hex3E308B374102Df93125
Octal7660213671010553716145
Binary111110110000100010111101111000001010110111111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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