Html Css Color HEX #3C3291 Dark Slate Blue

📋 copy color: '#3C3291'

red 60 ◦ green 50 ◦ blue 145

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

Shades of Dark Slate Blue #3C3291

Tints of Dark Slate Blue #3C3291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 23.53%
G = 19.61%
B = 56.86%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C3291 (or 0x3C3291) is known color: Dark Slate Blue. HEX triplet: 3C, 32 and 91. RGB value is (60,50,145). Sum of RGB (Red+Green+Blue) = 60+50+145=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C3291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3291 is #C3CD6E. Grayscale: #3F3F3F. Windows color (decimal): -12832111 or 9515580. OLE color: 9515580.

HSL color Cylindrical-coordinate representation of color #3C3291: hue angle of 246.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C3291 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 50 145 -
CMYK 0.59 0.66 0 0.43
HSL 246.32º 0.49% 0.38% -
HSV(B) 246.32º 0.66% 0.57% -
XYZ 8.11 5.29 27.38 -
YUV 63.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 60 50 145 0.59 0.66 0 0.43 246.32 0.49 0.38
Hex 3C 32 91 3B 42 0 2B F6 31 26
Octal 74 62 221 73 102 0 53 366 61 46
Binary 111100 110010 10010001 111011 1000010 0 101011 11110110 110001 100110

Color Harmonies of #3C3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3291

Black with #3C3291

Text Example


Text Example

White with #3C3291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,50,145); }

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

background-color css

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

 a { background-color: rgb(60,50,145); }

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

border-color css

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

 span { border-color: rgb(60,50,145); }

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