Html Css Color HEX #3C2F84 Dark Slate Blue

📋 copy color: '#3C2F84'

red 60 ◦ green 47 ◦ blue 132

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

Shades of Dark Slate Blue #3C2F84

Tints of Dark Slate Blue #3C2F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55.23%

R = 25.1%
G = 19.67%
B = 55.23%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C2F84 (or 0x3C2F84) is known color: Dark Slate Blue. HEX triplet: 3C, 2F and 84. RGB value is (60,47,132). Sum of RGB (Red+Green+Blue) = 60+47+132=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C2F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2F84 is #C3D07B. Grayscale: #3C3C3C. Windows color (decimal): -12832892 or 8662844. OLE color: 8662844.

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

Color convert

RGB 60 47 132 -
CMYK 0.55 0.64 0 0.48
HSL 249.18º 0.47% 0.35% -
HSV(B) 249.18º 0.64% 0.52% -
XYZ 7.04 4.66 22.36 -
YUV 60.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 60 47 132 0.55 0.64 0 0.48 249.18 0.47 0.35
Hex 3C 2F 84 37 40 0 30 F9 2F 23
Octal 74 57 204 67 100 0 60 371 57 43
Binary 111100 101111 10000100 110111 1000000 0 110000 11111001 101111 100011

Color Harmonies of #3C2F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2F84

Black with #3C2F84

Text Example


Text Example

White with #3C2F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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