Html Css Color HEX #3C378A Dark Slate Blue

📋 copy color: '#3C378A'

red 60 ◦ green 55 ◦ blue 138

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

Shades of Dark Slate Blue #3C378A

Tints of Dark Slate Blue #3C378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

 BLUE value IS 138 (54.3% from 255) = 54.55%

R = 23.72%
G = 21.74%
B = 54.55%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C378A (or 0x3C378A) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 8A. RGB value is (60,55,138). Sum of RGB (Red+Green+Blue) = 60+55+138=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C378A is #C3C875. Grayscale: #414141. Windows color (decimal): -12830838 or 9058108. OLE color: 9058108.

HSL color Cylindrical-coordinate representation of color #3C378A: hue angle of 243.61º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C378A is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 55 138 -
CMYK 0.57 0.60 0 0.46
HSL 243.61º 0.43% 0.38% -
HSV(B) 243.61º 0.6% 0.54% -
XYZ 7.82 5.53 24.7 -
YUV 65.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 60 55 138 0.57 0.60 0 0.46 243.61 0.43 0.38
Hex 3C 37 8A 39 3C 0 2E F4 2B 26
Octal 74 67 212 71 74 0 56 364 53 46
Binary 111100 110111 10001010 111001 111100 0 101110 11110100 101011 100110

Color Harmonies of #3C378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C378A

Black with #3C378A

Text Example


Text Example

White with #3C378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,138); }

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

background-color css

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

 a { background-color: rgb(60,55,138); }

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

border-color css

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

 span { border-color: rgb(60,55,138); }

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