Html Css Color HEX #3C339B Dark Slate Blue

📋 copy color: '#3C339B'

red 60 ◦ green 51 ◦ blue 155

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

Shades of Dark Slate Blue #3C339B

Tints of Dark Slate Blue #3C339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 22.56%
G = 19.17%
B = 58.27%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C339B (or 0x3C339B) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 9B. RGB value is (60,51,155). Sum of RGB (Red+Green+Blue) = 60+51+155=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C339B is #C3CC64. Grayscale: #414141. Windows color (decimal): -12831845 or 10171196. OLE color: 10171196.

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

Color convert

RGB 60 51 155 -
CMYK 0.61 0.67 0 0.39
HSL 245.19º 0.5% 0.4% -
HSV(B) 245.19º 0.67% 0.61% -
XYZ 8.96 5.69 31.64 -
YUV 65.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 60 51 155 0.61 0.67 0 0.39 245.19 0.5 0.4
Hex 3C 33 9B 3D 43 0 27 F5 32 28
Octal 74 63 233 75 103 0 47 365 62 50
Binary 111100 110011 10011011 111101 1000011 0 100111 11110101 110010 101000

Color Harmonies of #3C339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C339B

Black with #3C339B

Text Example


Text Example

White with #3C339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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