Html Css Color HEX #3C288E Dark Slate Blue

📋 copy color: '#3C288E'

red 60 ◦ green 40 ◦ blue 142

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

Shades of Dark Slate Blue #3C288E

Tints of Dark Slate Blue #3C288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

 BLUE value IS 142 (55.86% from 255) = 58.68%

R = 24.79%
G = 16.53%
B = 58.68%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C288E (or 0x3C288E) is known color: Dark Slate Blue. HEX triplet: 3C, 28 and 8E. RGB value is (60,40,142). Sum of RGB (Red+Green+Blue) = 60+40+142=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C288E is #C3D771. Grayscale: #393939. Windows color (decimal): -12834674 or 9316412. OLE color: 9316412.

HSL color Cylindrical-coordinate representation of color #3C288E: hue angle of 251.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C288E is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 40 142 -
CMYK 0.58 0.72 0 0.44
HSL 251.76º 0.56% 0.36% -
HSV(B) 251.76º 0.72% 0.56% -
XYZ 7.5 4.43 26.05 -
YUV 57.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 60 40 142 0.58 0.72 0 0.44 251.76 0.56 0.36
Hex 3C 28 8E 3A 48 0 2C FC 38 24
Octal 74 50 216 72 110 0 54 374 70 44
Binary 111100 101000 10001110 111010 1001000 0 101100 11111100 111000 100100

Color Harmonies of #3C288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C288E

Black with #3C288E

Text Example


Text Example

White with #3C288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,142); }

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

background-color css

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

 a { background-color: rgb(60,40,142); }

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

border-color css

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

 span { border-color: rgb(60,40,142); }

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