Html Css Color HEX #3C339C Dark Slate Blue

📋 copy color: '#3C339C'

red 60 ◦ green 51 ◦ blue 156

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

Shades of Dark Slate Blue #3C339C

Tints of Dark Slate Blue #3C339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

 BLUE value IS 156 (61.33% from 255) = 58.43%

R = 22.47%
G = 19.1%
B = 58.43%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C339C (or 0x3C339C) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 9C. RGB value is (60,51,156). Sum of RGB (Red+Green+Blue) = 60+51+156=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C339C is #C3CC63. Grayscale: #414141. Windows color (decimal): -12831844 or 10236732. OLE color: 10236732.

HSL color Cylindrical-coordinate representation of color #3C339C: hue angle of 245.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C339C is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 51 156 -
CMYK 0.62 0.67 0 0.39
HSL 245.14º 0.51% 0.41% -
HSV(B) 245.14º 0.67% 0.61% -
XYZ 9.05 5.73 32.08 -
YUV 65.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 60 51 156 0.62 0.67 0 0.39 245.14 0.51 0.41
Hex 3C 33 9C 3E 43 0 27 F5 33 29
Octal 74 63 234 76 103 0 47 365 63 51
Binary 111100 110011 10011100 111110 1000011 0 100111 11110101 110011 101001

Color Harmonies of #3C339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C339C

Black with #3C339C

Text Example


Text Example

White with #3C339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,156); }

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

background-color css

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

 a { background-color: rgb(60,51,156); }

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

border-color css

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

 span { border-color: rgb(60,51,156); }

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