#3F626B

Color #3F626B Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #3F626B

Tints of Smalt Blue #3F626B

Color information

#3F626B (or 0x3F626B) is unknown color: approx Smalt Blue. HEX triplet: 3F, 62 and 6B. RGB value is (63,98,107). Sum of RGB (Red+Green+Blue) = 63+98+107=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F626B is #C09D94. Grayscale: #585858. Windows color (decimal): -12623253 or 7037503. OLE color: 7037503.

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

Color convert

RGB6398107-
CMYK0.410.0800.58
HSL192.27º25.88%33.33%-
HSV(B)192.27º41.12%41.96%-
XYZ9.0710.8515.53-
YUV88.56138.4109.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=23.51%
G=36.57%
B=39.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63981070.410.0800.58192.2725.8833.33
Hex3F626B29803Ac01a21
Octal7714215351100723003241
Binary11111111000101101011101001100001110101100000011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F626B;
 }
 .AnyTagClassName
 {
   color: #3F626B;
 }
</style>
background-color css

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

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

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

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

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

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