Html Css Color HEX #3C398B Dark Slate Blue

📋 copy color: '#3C398B'

red 60 ◦ green 57 ◦ blue 139

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

Shades of Dark Slate Blue #3C398B

Tints of Dark Slate Blue #3C398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 23.44%
G = 22.27%
B = 54.3%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C398B (or 0x3C398B) is known color: Dark Slate Blue. HEX triplet: 3C, 39 and 8B. RGB value is (60,57,139). Sum of RGB (Red+Green+Blue) = 60+57+139=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C398B is #C3C674. Grayscale: #424242. Windows color (decimal): -12830325 or 9124156. OLE color: 9124156.

HSL color Cylindrical-coordinate representation of color #3C398B: hue angle of 242.2º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C398B is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 57 139 -
CMYK 0.57 0.59 0 0.45
HSL 242.2º 0.42% 0.38% -
HSV(B) 242.2º 0.59% 0.55% -
XYZ 7.99 5.75 25.12 -
YUV 67.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 60 57 139 0.57 0.59 0 0.45 242.2 0.42 0.38
Hex 3C 39 8B 39 3B 0 2D F2 2A 26
Octal 74 71 213 71 73 0 55 362 52 46
Binary 111100 111001 10001011 111001 111011 0 101101 11110010 101010 100110

Color Harmonies of #3C398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C398B

Black with #3C398B

Text Example


Text Example

White with #3C398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,139); }

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

background-color css

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

 a { background-color: rgb(60,57,139); }

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

border-color css

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

 span { border-color: rgb(60,57,139); }

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