Html Css Color HEX #3C348D Dark Slate Blue

📋 copy color: '#3C348D'

red 60 ◦ green 52 ◦ blue 141

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

Shades of Dark Slate Blue #3C348D

Tints of Dark Slate Blue #3C348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 23.72%
G = 20.55%
B = 55.73%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C348D (or 0x3C348D) is known color: Dark Slate Blue. HEX triplet: 3C, 34 and 8D. RGB value is (60,52,141). Sum of RGB (Red+Green+Blue) = 60+52+141=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C348D is #C3CB72. Grayscale: #404040. Windows color (decimal): -12831603 or 9253948. OLE color: 9253948.

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

Color convert

RGB 60 52 141 -
CMYK 0.57 0.63 0 0.45
HSL 245.39º 0.46% 0.38% -
HSV(B) 245.39º 0.63% 0.55% -
XYZ 7.9 5.34 25.81 -
YUV 64.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 60 52 141 0.57 0.63 0 0.45 245.39 0.46 0.38
Hex 3C 34 8D 39 3F 0 2D F5 2E 26
Octal 74 64 215 71 77 0 55 365 56 46
Binary 111100 110100 10001101 111001 111111 0 101101 11110101 101110 100110

Color Harmonies of #3C348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C348D

Black with #3C348D

Text Example


Text Example

White with #3C348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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