Html Css Color HEX #3C3489 Dark Slate Blue

📋 copy color: '#3C3489'

red 60 ◦ green 52 ◦ blue 137

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

Shades of Dark Slate Blue #3C3489

Tints of Dark Slate Blue #3C3489

RGB

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

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

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

R = 24.1%
G = 20.88%
B = 55.02%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C3489 (or 0x3C3489) is known color: Dark Slate Blue. HEX triplet: 3C, 34 and 89. RGB value is (60,52,137). Sum of RGB (Red+Green+Blue) = 60+52+137=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C3489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3489 is #C3CB76. Grayscale: #3F3F3F. Windows color (decimal): -12831607 or 8991804. OLE color: 8991804.

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

Color convert

RGB 60 52 137 -
CMYK 0.56 0.62 0 0.46
HSL 245.65º 0.45% 0.37% -
HSV(B) 245.65º 0.62% 0.54% -
XYZ 7.61 5.22 24.27 -
YUV 64.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 60 52 137 0.56 0.62 0 0.46 245.65 0.45 0.37
Hex 3C 34 89 38 3E 0 2E F6 2D 25
Octal 74 64 211 70 76 0 56 366 55 45
Binary 111100 110100 10001001 111000 111110 0 101110 11110110 101101 100101

Color Harmonies of #3C3489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3489

Black with #3C3489

Text Example


Text Example

White with #3C3489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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