#3F6166

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

Shades of Smalt Blue #3F6166

Tints of Smalt Blue #3F6166

Color information

#3F6166 (or 0x3F6166) is unknown color: approx Smalt Blue. HEX triplet: 3F, 61 and 66. RGB value is (63,97,102). Sum of RGB (Red+Green+Blue) = 63+97+102=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F6166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6166 is #C09E99. Grayscale: #575757. Windows color (decimal): -12623514 or 6709567. OLE color: 6709567.

HSL color Cylindrical-coordinate representation of color #3F6166: hue angle of 187.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6166 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6397102-
CMYK0.380.0500.6
HSL187.69º23.64%32.35%-
HSV(B)187.69º38.24%40%-
XYZ8.7210.5714.15-
YUV87.4136.24110.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.05%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=24.05%
G=37.02%
B=38.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63971020.380.0500.6187.6923.6432.35
Hex3F616626503Cbc1820
Octal771411464650742743040
Binary1111111100001110011010011010101111001011110011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,102); }

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

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

 a { background-color: rgb(63,97,102); }

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

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

 span { border-color: rgb(63,97,102); }

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