Html Css Color HEX #3C2F87 Dark Slate Blue

📋 copy color: '#3C2F87'

red 60 ◦ green 47 ◦ blue 135

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

Shades of Dark Slate Blue #3C2F87

Tints of Dark Slate Blue #3C2F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

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

R = 24.79%
G = 19.42%
B = 55.79%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C2F87 (or 0x3C2F87) is known color: Dark Slate Blue. HEX triplet: 3C, 2F and 87. RGB value is (60,47,135). Sum of RGB (Red+Green+Blue) = 60+47+135=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C2F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2F87 is #C3D078. Grayscale: #3C3C3C. Windows color (decimal): -12832889 or 8859452. OLE color: 8859452.

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

Color convert

RGB 60 47 135 -
CMYK 0.56 0.65 0 0.47
HSL 248.86º 0.48% 0.36% -
HSV(B) 248.86º 0.65% 0.53% -
XYZ 7.25 4.74 23.45 -
YUV 60.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 60 47 135 0.56 0.65 0 0.47 248.86 0.48 0.36
Hex 3C 2F 87 38 41 0 2F F9 30 24
Octal 74 57 207 70 101 0 57 371 60 44
Binary 111100 101111 10000111 111000 1000001 0 101111 11111001 110000 100100

Color Harmonies of #3C2F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2F87

Black with #3C2F87

Text Example


Text Example

White with #3C2F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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