#3C348D

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

Shades of Dark Slate Blue #3C348D

Tints of Dark Slate Blue #3C348D

Color information

#3C348D (or 0x3C348D) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 34 and 8D. RGB value is (60,52,141). Sum of RGB (Red+Green+Blue) = 60+52+141=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C348D is #C3CB72. Grayscale: #404040. Windows color (decimal): -12831603 or 9253948. OLE color: 9253948.

HSL color Cylindrical-coordinate representation of color #3C348D: hue angle of 245.39º 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 #3C348D is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6052141-
CMYK0.570.6300.45
HSL245.39º46.11%37.84%-
HSV(B)245.39º63.12%55.29%-
XYZ7.95.3425.81-
YUV64.54171.15124.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.72%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 141 (55.47% from 255) = 55.73%
R=23.72%
G=20.55%
B=55.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60521410.570.6300.45245.3946.1137.84
Hex3C348D393F02Df52e26
Octal746421571770553655646
Binary11110011010010001101111001111111010110111110101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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