#3D3699

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

Shades of Dark Slate Blue #3D3699

Tints of Dark Slate Blue #3D3699

Color information

#3D3699 (or 0x3D3699) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 36 and 99. RGB value is (61,54,153). Sum of RGB (Red+Green+Blue) = 61+54+153=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D3699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3699 is #C2C966. Grayscale: #424242. Windows color (decimal): -12765543 or 10040893. OLE color: 10040893.

HSL color Cylindrical-coordinate representation of color #3D3699: hue angle of 244.24º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D3699 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6154153-
CMYK0.600.6500.4
HSL244.24º47.83%40.59%-
HSV(B)244.24º64.71%60%-
XYZ8.995.9330.81-
YUV67.38176.32123.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.76%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=22.76%
G=20.15%
B=57.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61541530.600.6500.4244.2447.8340.59
Hex3D36993C41028f43029
Octal7566231741010503646051
Binary111101110110100110011111001000001010100011110100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,153); }

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

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

 a { background-color: rgb(61,54,153); }

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

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

 span { border-color: rgb(61,54,153); }

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