Html Css Color HEX #3C349E Dark Slate Blue

📋 copy color: '#3C349E'

red 60 ◦ green 52 ◦ blue 158

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

Shades of Dark Slate Blue #3C349E

Tints of Dark Slate Blue #3C349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 22.22%
G = 19.26%
B = 58.52%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C349E (or 0x3C349E) is known color: Dark Slate Blue. HEX triplet: 3C, 34 and 9E. RGB value is (60,52,158). Sum of RGB (Red+Green+Blue) = 60+52+158=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C349E is #C3CB61. Grayscale: #424242. Windows color (decimal): -12831586 or 10368060. OLE color: 10368060.

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

Color convert

RGB 60 52 158 -
CMYK 0.62 0.67 0 0.38
HSL 244.53º 0.5% 0.41% -
HSV(B) 244.53º 0.67% 0.62% -
XYZ 9.26 5.89 33 -
YUV 66.48 179.65 123.38 -
System Red Green Blue C M Y K H S L
Decimal 60 52 158 0.62 0.67 0 0.38 244.53 0.5 0.41
Hex 3C 34 9E 3E 43 0 26 F5 32 29
Octal 74 64 236 76 103 0 46 365 62 51
Binary 111100 110100 10011110 111110 1000011 0 100110 11110101 110010 101001

Color Harmonies of #3C349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C349E

Black with #3C349E

Text Example


Text Example

White with #3C349E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,52,158); }

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

background-color css

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

 a { background-color: rgb(60,52,158); }

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

border-color css

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

 span { border-color: rgb(60,52,158); }

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