Html Css Color HEX #3C2D93 Dark Slate Blue

📋 copy color: '#3C2D93'

red 60 ◦ green 45 ◦ blue 147

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

Shades of Dark Slate Blue #3C2D93

Tints of Dark Slate Blue #3C2D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.86%

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 23.81%
G = 17.86%
B = 58.33%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C2D93 (or 0x3C2D93) is known color: Dark Slate Blue. HEX triplet: 3C, 2D and 93. RGB value is (60,45,147). Sum of RGB (Red+Green+Blue) = 60+45+147=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C2D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2D93 is #C3D26C. Grayscale: #3C3C3C. Windows color (decimal): -12833389 or 9645372. OLE color: 9645372.

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

Color convert

RGB 60 45 147 -
CMYK 0.59 0.69 0 0.42
HSL 248.82º 0.53% 0.38% -
HSV(B) 248.82º 0.69% 0.58% -
XYZ 8.07 4.94 28.13 -
YUV 61.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 60 45 147 0.59 0.69 0 0.42 248.82 0.53 0.38
Hex 3C 2D 93 3B 45 0 2A F9 35 26
Octal 74 55 223 73 105 0 52 371 65 46
Binary 111100 101101 10010011 111011 1000101 0 101010 11111001 110101 100110

Color Harmonies of #3C2D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2D93

Black with #3C2D93

Text Example


Text Example

White with #3C2D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,45,147); }

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

background-color css

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

 a { background-color: rgb(60,45,147); }

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

border-color css

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

 span { border-color: rgb(60,45,147); }

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