#3B348D

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

Shades of Dark Slate Blue #3B348D

Tints of Dark Slate Blue #3B348D

Color information

#3B348D (or 0x3B348D) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 34 and 8D. RGB value is (59,52,141). Sum of RGB (Red+Green+Blue) = 59+52+141=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B348D is #C4CB72. Grayscale: #3F3F3F. Windows color (decimal): -12897139 or 9253947. OLE color: 9253947.

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

Color convert

RGB5952141-
CMYK0.580.6300.45
HSL244.72º46.11%37.84%-
HSV(B)244.72º63.12%55.29%-
XYZ7.845.3125.81-
YUV64.24171.32124.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=23.41%
G=20.63%
B=55.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59521410.580.6300.45244.7246.1137.84
Hex3B348D3A3F02Df52e26
Octal736421572770553655646
Binary11101111010010001101111010111111010110111110101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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