#3B348E

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

Shades of Dark Slate Blue #3B348E

Tints of Dark Slate Blue #3B348E

Color information

#3B348E (or 0x3B348E) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 34 and 8E. RGB value is (59,52,142). Sum of RGB (Red+Green+Blue) = 59+52+142=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B348E is #C4CB71. Grayscale: #3F3F3F. Windows color (decimal): -12897138 or 9319483. OLE color: 9319483.

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

Color convert

RGB5952142-
CMYK0.580.6300.44
HSL244.67º46.39%38.04%-
HSV(B)244.67º63.38%55.69%-
XYZ7.915.3426.2-
YUV64.35171.82124.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 142 (55.86% from 255) = 56.13%
R=23.32%
G=20.55%
B=56.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59521420.580.6300.44244.6746.3938.04
Hex3B348E3A3F02Cf52e26
Octal736421672770543655646
Binary11101111010010001110111010111111010110011110101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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