Html Css Color HEX #3C2C85 Dark Slate Blue

📋 copy color: '#3C2C85'

red 60 ◦ green 44 ◦ blue 133

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

Shades of Dark Slate Blue #3C2C85

Tints of Dark Slate Blue #3C2C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.57%

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 25.32%
G = 18.57%
B = 56.12%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C2C85 (or 0x3C2C85) is known color: Dark Slate Blue. HEX triplet: 3C, 2C and 85. RGB value is (60,44,133). Sum of RGB (Red+Green+Blue) = 60+44+133=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C2C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2C85 is #C3D37A. Grayscale: #3A3A3A. Windows color (decimal): -12833659 or 8727612. OLE color: 8727612.

HSL color Cylindrical-coordinate representation of color #3C2C85: hue angle of 250.79º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2C85 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 44 133 -
CMYK 0.55 0.67 0 0.48
HSL 250.79º 0.5% 0.35% -
HSV(B) 250.79º 0.67% 0.52% -
XYZ 7 4.46 22.68 -
YUV 58.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 60 44 133 0.55 0.67 0 0.48 250.79 0.5 0.35
Hex 3C 2C 85 37 43 0 30 FB 32 23
Octal 74 54 205 67 103 0 60 373 62 43
Binary 111100 101100 10000101 110111 1000011 0 110000 11111011 110010 100011

Color Harmonies of #3C2C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2C85

Black with #3C2C85

Text Example


Text Example

White with #3C2C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,133); }

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

background-color css

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

 a { background-color: rgb(60,44,133); }

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

border-color css

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

 span { border-color: rgb(60,44,133); }

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