Html Css Color HEX #3C2B87 Dark Slate Blue

📋 copy color: '#3C2B87'

red 60 ◦ green 43 ◦ blue 135

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

Shades of Dark Slate Blue #3C2B87

Tints of Dark Slate Blue #3C2B87

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.07%

 BLUE value IS 135 (53.13% from 255) = 56.72%

R = 25.21%
G = 18.07%
B = 56.72%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C2B87 (or 0x3C2B87) is known color: Dark Slate Blue. HEX triplet: 3C, 2B and 87. RGB value is (60,43,135). Sum of RGB (Red+Green+Blue) = 60+43+135=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C2B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2B87 is #C3D478. Grayscale: #3A3A3A. Windows color (decimal): -12833913 or 8858428. OLE color: 8858428.

HSL color Cylindrical-coordinate representation of color #3C2B87: hue angle of 251.09º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2B87 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 43 135 -
CMYK 0.56 0.68 0 0.47
HSL 251.09º 0.52% 0.35% -
HSV(B) 251.09º 0.68% 0.53% -
XYZ 7.1 4.44 23.4 -
YUV 58.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 60 43 135 0.56 0.68 0 0.47 251.09 0.52 0.35
Hex 3C 2B 87 38 44 0 2F FB 34 23
Octal 74 53 207 70 104 0 57 373 64 43
Binary 111100 101011 10000111 111000 1000100 0 101111 11111011 110100 100011

Color Harmonies of #3C2B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2B87

Black with #3C2B87

Text Example


Text Example

White with #3C2B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,43,135); }

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

background-color css

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

 a { background-color: rgb(60,43,135); }

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

border-color css

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

 span { border-color: rgb(60,43,135); }

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