Html Css Color HEX #3F626F Smalt Blue

📋 copy color: '#3F626F'

red 63 ◦ green 98 ◦ blue 111

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

Shades of Smalt Blue #3F626F

Tints of Smalt Blue #3F626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.03%

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

R = 23.16%
G = 36.03%
B = 40.81%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F626F (or 0x3F626F) is known color: Smalt Blue. HEX triplet: 3F, 62 and 6F. RGB value is (63,98,111). Sum of RGB (Red+Green+Blue) = 63+98+111=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F626F is #C09D90. Grayscale: #585858. Windows color (decimal): -12623249 or 7299647. OLE color: 7299647.

HSL color Cylindrical-coordinate representation of color #3F626F: hue angle of 196.25º 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 #3F626F is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 98 111 -
CMYK 0.43 0.12 0 0.56
HSL 196.25º 0.28% 0.34% -
HSV(B) 196.25º 0.43% 0.44% -
XYZ 9.29 10.94 16.66 -
YUV 89.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 63 98 111 0.43 0.12 0 0.56 196.25 0.28 0.34
Hex 3F 62 6F 2B C 0 38 C4 1C 22
Octal 77 142 157 53 14 0 70 304 34 42
Binary 111111 1100010 1101111 101011 1100 0 111000 11000100 11100 100010

Color Harmonies of #3F626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F626F

Black with #3F626F

Text Example


Text Example

White with #3F626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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