#3B348F

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

Shades of Dark Slate Blue #3B348F

Tints of Dark Slate Blue #3B348F

Color information

#3B348F (or 0x3B348F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 34 and 8F. RGB value is (59,52,143). Sum of RGB (Red+Green+Blue) = 59+52+143=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B348F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B348F is #C4CB70. Grayscale: #404040. Windows color (decimal): -12897137 or 9385019. OLE color: 9385019.

HSL color Cylindrical-coordinate representation of color #3B348F: hue angle of 244.62º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B348F is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5952143-
CMYK0.590.6400.44
HSL244.62º46.67%38.24%-
HSV(B)244.62º63.64%56.08%-
XYZ7.995.3726.6-
YUV64.47172.32124.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 143 (56.25% from 255) = 56.30%
R=23.23%
G=20.47%
B=56.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59521430.590.6400.44244.6246.6738.24
Hex3B348F3B4002Cf52f26
Octal7364217731000543655746
Binary111011110100100011111110111000000010110011110101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,143); }

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

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

 a { background-color: rgb(59,52,143); }

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

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

 span { border-color: rgb(59,52,143); }

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