Html Css Color HEX #3C3389 Dark Slate Blue

📋 copy color: '#3C3389'

red 60 ◦ green 51 ◦ blue 137

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

Shades of Dark Slate Blue #3C3389

Tints of Dark Slate Blue #3C3389

RGB

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

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

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

R = 24.19%
G = 20.56%
B = 55.24%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C3389 (or 0x3C3389) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 89. RGB value is (60,51,137). Sum of RGB (Red+Green+Blue) = 60+51+137=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C3389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3389 is #C3CC76. Grayscale: #3F3F3F. Windows color (decimal): -12831863 or 8991548. OLE color: 8991548.

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

Color convert

RGB 60 51 137 -
CMYK 0.56 0.63 0 0.46
HSL 246.28º 0.46% 0.37% -
HSV(B) 246.28º 0.63% 0.54% -
XYZ 7.56 5.13 24.26 -
YUV 63.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 60 51 137 0.56 0.63 0 0.46 246.28 0.46 0.37
Hex 3C 33 89 38 3F 0 2E F6 2E 25
Octal 74 63 211 70 77 0 56 366 56 45
Binary 111100 110011 10001001 111000 111111 0 101110 11110110 101110 100101

Color Harmonies of #3C3389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3389

Black with #3C3389

Text Example


Text Example

White with #3C3389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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