#3D3698

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

Shades of Dark Slate Blue #3D3698

Tints of Dark Slate Blue #3D3698

Color information

#3D3698 (or 0x3D3698) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 36 and 98. RGB value is (61,54,152). Sum of RGB (Red+Green+Blue) = 61+54+152=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D3698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3698 is #C2C967. Grayscale: #424242. Windows color (decimal): -12765544 or 9975357. OLE color: 9975357.

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

Color convert

RGB6154152-
CMYK0.600.6400.40
HSL244.29º47.57%40.39%-
HSV(B)244.29º64.47%59.61%-
XYZ8.915.930.37-
YUV67.26175.82123.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.85%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=22.85%
G=20.22%
B=56.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61541520.600.6400.40244.2947.5740.39
Hex3D36983C40028f43028
Octal7566230741000503646050
Binary111101110110100110001111001000000010100011110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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