#3D4097

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

Shades of Dark Slate Blue #3D4097

Tints of Dark Slate Blue #3D4097

Color information

#3D4097 (or 0x3D4097) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 40 and 97. RGB value is (61,64,151). Sum of RGB (Red+Green+Blue) = 61+64+151=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #3D4097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4097 is #C2BF68. Grayscale: #484848. Windows color (decimal): -12762985 or 9912381. OLE color: 9912381.

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

Color convert

RGB6164151-
CMYK0.600.5800.41
HSL238º42.45%41.57%-
HSV(B)238º59.6%59.22%-
XYZ9.346.8930.12-
YUV73.02172.01119.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 151 (59.38% from 255) = 54.71%
R=22.10%
G=23.19%
B=54.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61641510.600.5800.4123842.4541.57
Hex3D40973C3A029ee2a2a
Octal7510022774720513565252
Binary111101100000010010111111100111010010100111101110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,151); }

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

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

 a { background-color: rgb(61,64,151); }

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

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

 span { border-color: rgb(61,64,151); }

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