#3C348C

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

Shades of Dark Slate Blue #3C348C

Tints of Dark Slate Blue #3C348C

Color information

#3C348C (or 0x3C348C) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 34 and 8C. RGB value is (60,52,140). Sum of RGB (Red+Green+Blue) = 60+52+140=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C348C is #C3CB73. Grayscale: #404040. Windows color (decimal): -12831604 or 9188412. OLE color: 9188412.

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

Color convert

RGB6052140-
CMYK0.570.6300.45
HSL245.45º45.83%37.65%-
HSV(B)245.45º62.86%54.9%-
XYZ7.835.3125.42-
YUV64.42170.65124.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 140 (55.08% from 255) = 55.56%
R=23.81%
G=20.63%
B=55.56%

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
Decimal60521400.570.6300.45245.4545.8337.65
Hex3C348C393F02Df52e26
Octal746421471770553655646
Binary11110011010010001100111001111111010110111110101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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