#3d429b

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

Shades of Dark Slate Blue #3D429B

Tints of Dark Slate Blue #3D429B

Color information

#3D429B (or 0x3D429B) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 42 and 9B. RGB value is (61,66,155). Sum of RGB (Red+Green+Blue) = 61+66+155=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D429B is #C2BD64. Grayscale: #4A4A4A. Windows color (decimal): -12762469 or 10175037. OLE color: 10175037.

HSL color Cylindrical-coordinate representation of color #3D429B: hue angle of 236.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D429B is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6166155-
CMYK0.610.5700.39
HSL236.81º43.52%42.35%-
HSV(B)236.81º60.65%60.78%-
XYZ9.797.2631.89-
YUV74.65173.34118.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=21.63%
G=23.40%
B=54.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61661550.610.5700.39236.8143.5242.35
Hex3D429B3D39027ed2c2a
Octal7510223375710473555452
Binary111101100001010011011111101111001010011111101101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d429b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,155); }

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

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

 a { background-color: rgb(61,66,155); }

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

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

 span { border-color: rgb(61,66,155); }

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