#3B429D

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

Shades of Dark Slate Blue #3B429D

Tints of Dark Slate Blue #3B429D

Color information

#3B429D (or 0x3B429D) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 42 and 9D. RGB value is (59,66,157). Sum of RGB (Red+Green+Blue) = 59+66+157=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B429D is #C4BD62. Grayscale: #494949. Windows color (decimal): -12893539 or 10306107. OLE color: 10306107.

HSL color Cylindrical-coordinate representation of color #3B429D: hue angle of 235.71º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B429D is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5966157-
CMYK0.620.5800.38
HSL235.71º45.37%42.35%-
HSV(B)235.71º62.42%61.57%-
XYZ9.847.2632.78-
YUV74.28174.68117.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=20.92%
G=23.40%
B=55.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59661570.620.5800.38235.7145.3742.35
Hex3B429D3E3A026ec2d2a
Octal7310223576720463545552
Binary111011100001010011101111110111010010011011101100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,157); }

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

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

 a { background-color: rgb(59,66,157); }

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

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

 span { border-color: rgb(59,66,157); }

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