Html Css Color HEX #3C5F63 Smalt Blue

📋 copy color: '#3C5F63'

red 60 ◦ green 95 ◦ blue 99

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

Shades of Smalt Blue #3C5F63

Tints of Smalt Blue #3C5F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.4%

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 23.62%
G = 37.4%
B = 38.98%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3C5F63 (or 0x3C5F63) is known color: Smalt Blue. HEX triplet: 3C, 5F and 63. RGB value is (60,95,99). Sum of RGB (Red+Green+Blue) = 60+95+99=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C5F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F63 is #C3A09C. Grayscale: #545454. Windows color (decimal): -12820637 or 6512444. OLE color: 6512444.

HSL color Cylindrical-coordinate representation of color #3C5F63: hue angle of 186.15º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5F63 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 95 99 -
CMYK 0.39 0.04 0 0.61
HSL 186.15º 0.25% 0.31% -
HSV(B) 186.15º 0.39% 0.39% -
XYZ 8.21 10.05 13.31 -
YUV 84.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 60 95 99 0.39 0.04 0 0.61 186.15 0.25 0.31
Hex 3C 5F 63 27 4 0 3D BA 19 1F
Octal 74 137 143 47 4 0 75 272 31 37
Binary 111100 1011111 1100011 100111 100 0 111101 10111010 11001 11111

Color Harmonies of #3C5F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F63

Black with #3C5F63

Text Example


Text Example

White with #3C5F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,95,99); }

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

background-color css

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

 a { background-color: rgb(60,95,99); }

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

border-color css

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

 span { border-color: rgb(60,95,99); }

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