Html Css Color HEX #3C389B Dark Slate Blue

📋 copy color: '#3C389B'

red 60 ◦ green 56 ◦ blue 155

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

Shades of Dark Slate Blue #3C389B

Tints of Dark Slate Blue #3C389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.66%

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

R = 22.14%
G = 20.66%
B = 57.2%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C389B (or 0x3C389B) is known color: Dark Slate Blue. HEX triplet: 3C, 38 and 9B. RGB value is (60,56,155). Sum of RGB (Red+Green+Blue) = 60+56+155=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C389B is #C3C764. Grayscale: #444444. Windows color (decimal): -12830565 or 10172476. OLE color: 10172476.

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

Color convert

RGB 60 56 155 -
CMYK 0.61 0.64 0 0.39
HSL 242.42º 0.47% 0.41% -
HSV(B) 242.42º 0.64% 0.61% -
XYZ 9.19 6.16 31.71 -
YUV 68.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 60 56 155 0.61 0.64 0 0.39 242.42 0.47 0.41
Hex 3C 38 9B 3D 40 0 27 F2 2F 29
Octal 74 70 233 75 100 0 47 362 57 51
Binary 111100 111000 10011011 111101 1000000 0 100111 11110010 101111 101001

Color Harmonies of #3C389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C389B

Black with #3C389B

Text Example


Text Example

White with #3C389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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