Html Css Color HEX #3C3289 Dark Slate Blue

📋 copy color: '#3C3289'

red 60 ◦ green 50 ◦ blue 137

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

Shades of Dark Slate Blue #3C3289

Tints of Dark Slate Blue #3C3289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 24.29%
G = 20.24%
B = 55.47%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C3289 (or 0x3C3289) is known color: Dark Slate Blue. HEX triplet: 3C, 32 and 89. RGB value is (60,50,137). Sum of RGB (Red+Green+Blue) = 60+50+137=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3289 is #C3CD76. Grayscale: #3E3E3E. Windows color (decimal): -12832119 or 8991292. OLE color: 8991292.

HSL color Cylindrical-coordinate representation of color #3C3289: hue angle of 246.9º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C3289 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 50 137 -
CMYK 0.56 0.64 0 0.46
HSL 246.9º 0.47% 0.37% -
HSV(B) 246.9º 0.64% 0.54% -
XYZ 7.52 5.05 24.24 -
YUV 62.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 60 50 137 0.56 0.64 0 0.46 246.9 0.47 0.37
Hex 3C 32 89 38 40 0 2E F7 2F 25
Octal 74 62 211 70 100 0 56 367 57 45
Binary 111100 110010 10001001 111000 1000000 0 101110 11110111 101111 100101

Color Harmonies of #3C3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3289

Black with #3C3289

Text Example


Text Example

White with #3C3289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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