#3B429B

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

Shades of Dark Slate Blue #3B429B

Tints of Dark Slate Blue #3B429B

Color information

#3B429B (or 0x3B429B) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 42 and 9B. RGB value is (59,66,155). Sum of RGB (Red+Green+Blue) = 59+66+155=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B429B is #C4BD64. Grayscale: #494949. Windows color (decimal): -12893541 or 10175035. OLE color: 10175035.

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

Color convert

RGB5966155-
CMYK0.620.5700.39
HSL235.62º44.86%41.96%-
HSV(B)235.62º61.94%60.78%-
XYZ9.677.1931.89-
YUV74.05173.68117.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=21.07%
G=23.57%
B=55.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59661550.620.5700.39235.6244.8641.96
Hex3B429B3E39027ec2d2a
Octal7310223376710473545552
Binary111011100001010011011111110111001010011111101100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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