Html Css Color HEX #3C3388 Dark Slate Blue

📋 copy color: '#3C3388'

red 60 ◦ green 51 ◦ blue 136

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

Shades of Dark Slate Blue #3C3388

Tints of Dark Slate Blue #3C3388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.06%

R = 24.29%
G = 20.65%
B = 55.06%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C3388 (or 0x3C3388) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 88. RGB value is (60,51,136). Sum of RGB (Red+Green+Blue) = 60+51+136=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C3388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3388 is #C3CC77. Grayscale: #3F3F3F. Windows color (decimal): -12831864 or 8926012. OLE color: 8926012.

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

Color convert

RGB 60 51 136 -
CMYK 0.56 0.62 0 0.47
HSL 246.35º 0.45% 0.37% -
HSV(B) 246.35º 0.63% 0.53% -
XYZ 7.49 5.11 23.88 -
YUV 63.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 60 51 136 0.56 0.62 0 0.47 246.35 0.45 0.37
Hex 3C 33 88 38 3E 0 2F F6 2D 25
Octal 74 63 210 70 76 0 57 366 55 45
Binary 111100 110011 10001000 111000 111110 0 101111 11110110 101101 100101

Color Harmonies of #3C3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3388

Black with #3C3388

Text Example


Text Example

White with #3C3388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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