#3A646E

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

Shades of Smalt Blue #3A646E

Tints of Smalt Blue #3A646E

Color information

#3A646E (or 0x3A646E) is unknown color: approx Smalt Blue. HEX triplet: 3A, 64 and 6E. RGB value is (58,100,110). Sum of RGB (Red+Green+Blue) = 58+100+110=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A646E is #C59B91. Grayscale: #585858. Windows color (decimal): -12950418 or 7234618. OLE color: 7234618.

HSL color Cylindrical-coordinate representation of color #3A646E: hue angle of 191.54º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A646E is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB58100110-
CMYK0.470.0900.57
HSL191.54º30.95%32.94%-
HSV(B)191.54º47.27%43.14%-
XYZ9.1211.1416.42-
YUV88.58140.09106.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.64%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=21.64%
G=37.31%
B=41.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal581001100.470.0900.57191.5430.9532.94
Hex3A646E2F9039c01f21
Octal7214415657110713003741
Binary11101011001001101110101111100101110011100000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,100,110); }

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

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

 a { background-color: rgb(58,100,110); }

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

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

 span { border-color: rgb(58,100,110); }

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