Html Css Color HEX #3C3E96 Dark Slate Blue

📋 copy color: '#3C3E96'

red 60 ◦ green 62 ◦ blue 150

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

Shades of Dark Slate Blue #3C3E96

Tints of Dark Slate Blue #3C3E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 22.06%
G = 22.79%
B = 55.15%

CMYK

 C value IS 0.6

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C3E96 (or 0x3C3E96) is known color: Dark Slate Blue. HEX triplet: 3C, 3E and 96. RGB value is (60,62,150). Sum of RGB (Red+Green+Blue) = 60+62+150=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C3E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3E96 is #C3C169. Grayscale: #474747. Windows color (decimal): -12829034 or 9846332. OLE color: 9846332.

HSL color Cylindrical-coordinate representation of color #3C3E96: hue angle of 238.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C3E96 is Cyan = 0.6, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 62 150 -
CMYK 0.6 0.59 0 0.41
HSL 238.67º 0.43% 0.41% -
HSV(B) 238.67º 0.6% 0.59% -
XYZ 9.09 6.61 29.65 -
YUV 71.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 60 62 150 0.6 0.59 0 0.41 238.67 0.43 0.41
Hex 3C 3E 96 3C 3B 0 29 EF 2B 29
Octal 74 76 226 74 73 0 51 357 53 51
Binary 111100 111110 10010110 111100 111011 0 101001 11101111 101011 101001

Color Harmonies of #3C3E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3E96

Black with #3C3E96

Text Example


Text Example

White with #3C3E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,62,150); }

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

background-color css

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

 a { background-color: rgb(60,62,150); }

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

border-color css

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

 span { border-color: rgb(60,62,150); }

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