Html Css Color HEX #3F646F Smalt Blue

📋 copy color: '#3F646F'

red 63 ◦ green 100 ◦ blue 111

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

Shades of Smalt Blue #3F646F

Tints of Smalt Blue #3F646F

RGB

 RED value IS 63 (25% from 255) = 22.99%

 GREEN value IS 100 (39.45% from 255) = 36.5%

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 22.99%
G = 36.5%
B = 40.51%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F646F (or 0x3F646F) is known color: Smalt Blue. HEX triplet: 3F, 64 and 6F. RGB value is (63,100,111). Sum of RGB (Red+Green+Blue) = 63+100+111=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F646F is #C09B90. Grayscale: #5A5A5A. Windows color (decimal): -12622737 or 7300159. OLE color: 7300159.

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

Color convert

RGB 63 100 111 -
CMYK 0.43 0.10 0 0.56
HSL 193.75º 0.28% 0.34% -
HSV(B) 193.75º 0.43% 0.44% -
XYZ 9.48 11.32 16.72 -
YUV 90.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 63 100 111 0.43 0.10 0 0.56 193.75 0.28 0.34
Hex 3F 64 6F 2B A 0 38 C2 1C 22
Octal 77 144 157 53 12 0 70 302 34 42
Binary 111111 1100100 1101111 101011 1010 0 111000 11000010 11100 100010

Color Harmonies of #3F646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F646F

Black with #3F646F

Text Example


Text Example

White with #3F646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,100,111); }

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

background-color css

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

 a { background-color: rgb(63,100,111); }

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

border-color css

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

 span { border-color: rgb(63,100,111); }

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