Html Css Color HEX #3C3086 Dark Slate Blue

📋 copy color: '#3C3086'

red 60 ◦ green 48 ◦ blue 134

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

Shades of Dark Slate Blue #3C3086

Tints of Dark Slate Blue #3C3086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 134 (52.73% from 255) = 55.37%

R = 24.79%
G = 19.83%
B = 55.37%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C3086 (or 0x3C3086) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 86. RGB value is (60,48,134). Sum of RGB (Red+Green+Blue) = 60+48+134=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C3086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3086 is #C3CF79. Grayscale: #3D3D3D. Windows color (decimal): -12832634 or 8794172. OLE color: 8794172.

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

Color convert

RGB 60 48 134 -
CMYK 0.55 0.64 0 0.47
HSL 248.37º 0.47% 0.36% -
HSV(B) 248.37º 0.64% 0.53% -
XYZ 7.22 4.8 23.1 -
YUV 61.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 60 48 134 0.55 0.64 0 0.47 248.37 0.47 0.36
Hex 3C 30 86 37 40 0 2F F8 2F 24
Octal 74 60 206 67 100 0 57 370 57 44
Binary 111100 110000 10000110 110111 1000000 0 101111 11111000 101111 100100

Color Harmonies of #3C3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3086

Black with #3C3086

Text Example


Text Example

White with #3C3086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,134); }

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

background-color css

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

 a { background-color: rgb(60,48,134); }

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

border-color css

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

 span { border-color: rgb(60,48,134); }

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