#3C389D

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

Shades of Dark Slate Blue #3C389D

Tints of Dark Slate Blue #3C389D

Color information

#3C389D (or 0x3C389D) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 38 and 9D. RGB value is (60,56,157). Sum of RGB (Red+Green+Blue) = 60+56+157=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C389D is #C3C762. Grayscale: #444444. Windows color (decimal): -12830563 or 10303548. OLE color: 10303548.

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

Color convert

RGB6056157-
CMYK0.620.6400.38
HSL242.38º47.42%41.76%-
HSV(B)242.38º64.33%61.57%-
XYZ9.366.2232.61-
YUV68.71177.83121.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 157 (61.72% from 255) = 57.51%
R=21.98%
G=20.51%
B=57.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60561570.620.6400.38242.3847.4241.76
Hex3C389D3E40026f22f2a
Octal7470235761000463625752
Binary111100111000100111011111101000000010011011110010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,56,157); }

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

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

 a { background-color: rgb(60,56,157); }

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

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

 span { border-color: rgb(60,56,157); }

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