Html Css Color HEX #3C616C Smalt Blue

📋 copy color: '#3C616C'

red 60 ◦ green 97 ◦ blue 108

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

Shades of Smalt Blue #3C616C

Tints of Smalt Blue #3C616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 22.64%
G = 36.6%
B = 40.75%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C616C (or 0x3C616C) is known color: Smalt Blue. HEX triplet: 3C, 61 and 6C. RGB value is (60,97,108). Sum of RGB (Red+Green+Blue) = 60+97+108=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C616C is #C39E93. Grayscale: #575757. Windows color (decimal): -12820116 or 7102780. OLE color: 7102780.

HSL color Cylindrical-coordinate representation of color #3C616C: hue angle of 193.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C616C is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 97 108 -
CMYK 0.44 0.10 0 0.58
HSL 193.75º 0.29% 0.33% -
HSV(B) 193.75º 0.44% 0.42% -
XYZ 8.84 10.59 15.77 -
YUV 87.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 60 97 108 0.44 0.10 0 0.58 193.75 0.29 0.33
Hex 3C 61 6C 2C A 0 3A C2 1D 21
Octal 74 141 154 54 12 0 72 302 35 41
Binary 111100 1100001 1101100 101100 1010 0 111010 11000010 11101 100001

Color Harmonies of #3C616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C616C

Black with #3C616C

Text Example


Text Example

White with #3C616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,97,108); }

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

background-color css

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

 a { background-color: rgb(60,97,108); }

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

border-color css

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

 span { border-color: rgb(60,97,108); }

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