Html Css Color HEX #3C3D90 Dark Slate Blue

📋 copy color: '#3C3D90'

red 60 ◦ green 61 ◦ blue 144

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

Shades of Dark Slate Blue #3C3D90

Tints of Dark Slate Blue #3C3D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.02%

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 22.64%
G = 23.02%
B = 54.34%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C3D90 (or 0x3C3D90) is known color: Dark Slate Blue. HEX triplet: 3C, 3D and 90. RGB value is (60,61,144). Sum of RGB (Red+Green+Blue) = 60+61+144=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C3D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3D90 is #C3C26F. Grayscale: #454545. Windows color (decimal): -12829296 or 9452860. OLE color: 9452860.

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

Color convert

RGB 60 61 144 -
CMYK 0.58 0.58 0 0.44
HSL 239.29º 0.41% 0.4% -
HSV(B) 239.29º 0.58% 0.56% -
XYZ 8.57 6.31 27.15 -
YUV 70.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 60 61 144 0.58 0.58 0 0.44 239.29 0.41 0.4
Hex 3C 3D 90 3A 3A 0 2C EF 29 28
Octal 74 75 220 72 72 0 54 357 51 50
Binary 111100 111101 10010000 111010 111010 0 101100 11101111 101001 101000

Color Harmonies of #3C3D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D90

Black with #3C3D90

Text Example


Text Example

White with #3C3D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,61,144); }

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

background-color css

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

 a { background-color: rgb(60,61,144); }

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

border-color css

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

 span { border-color: rgb(60,61,144); }

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