Html Css Color HEX #3C3D9B Dark Slate Blue

📋 copy color: '#3C3D9B'

red 60 ◦ green 61 ◦ blue 155

#3C3D9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3C3D9B

Tints of Dark Slate Blue #3C3D9B

RGB

 RED value IS 60 (23.83% from 255) = 21.74%

 GREEN value IS 61 (24.22% from 255) = 22.1%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 21.74%
G = 22.1%
B = 56.16%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C3D9B (or 0x3C3D9B) is known color: Dark Slate Blue. HEX triplet: 3C, 3D and 9B. RGB value is (60,61,155). Sum of RGB (Red+Green+Blue) = 60+61+155=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C3D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3D9B is #C3C264. Grayscale: #474747. Windows color (decimal): -12829285 or 10173756. OLE color: 10173756.

HSL color Cylindrical-coordinate representation of color #3C3D9B: hue angle of 239.37º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C3D9B is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 61 155 -
CMYK 0.61 0.61 0 0.39
HSL 239.37º 0.44% 0.42% -
HSV(B) 239.37º 0.61% 0.61% -
XYZ 9.45 6.66 31.8 -
YUV 71.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 60 61 155 0.61 0.61 0 0.39 239.37 0.44 0.42
Hex 3C 3D 9B 3D 3D 0 27 EF 2C 2A
Octal 74 75 233 75 75 0 47 357 54 52
Binary 111100 111101 10011011 111101 111101 0 100111 11101111 101100 101010

Color Harmonies of #3C3D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D9B

Black with #3C3D9B

Text Example


Text Example

White with #3C3D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,61,155); }

 H1.HeaderClassName
 {
   color: #3C3D9B;
 }
 .AnyTagClassName
 {
   color: #3C3D9B;
 }
</style>

background-color css

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

 a { background-color: rgb(60,61,155); }

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

border-color css

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

 span { border-color: rgb(60,61,155); }

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