Html Css Color HEX #3C3083 Dark Slate Blue

📋 copy color: '#3C3083'

red 60 ◦ green 48 ◦ blue 131

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

Shades of Dark Slate Blue #3C3083

Tints of Dark Slate Blue #3C3083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.81%

R = 25.1%
G = 20.08%
B = 54.81%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C3083 (or 0x3C3083) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 83. RGB value is (60,48,131). Sum of RGB (Red+Green+Blue) = 60+48+131=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C3083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3083 is #C3CF7C. Grayscale: #3C3C3C. Windows color (decimal): -12832637 or 8597564. OLE color: 8597564.

HSL color Cylindrical-coordinate representation of color #3C3083: hue angle of 248.67º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C3083 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 48 131 -
CMYK 0.54 0.63 0 0.49
HSL 248.67º 0.46% 0.35% -
HSV(B) 248.67º 0.63% 0.51% -
XYZ 7.02 4.71 22.01 -
YUV 61.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 60 48 131 0.54 0.63 0 0.49 248.67 0.46 0.35
Hex 3C 30 83 36 3F 0 31 F9 2E 23
Octal 74 60 203 66 77 0 61 371 56 43
Binary 111100 110000 10000011 110110 111111 0 110001 11111001 101110 100011

Color Harmonies of #3C3083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3083

Black with #3C3083

Text Example


Text Example

White with #3C3083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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