#3A6168

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

Shades of Smalt Blue #3A6168

Tints of Smalt Blue #3A6168

Color information

#3A6168 (or 0x3A6168) is unknown color: approx Smalt Blue. HEX triplet: 3A, 61 and 68. RGB value is (58,97,104). Sum of RGB (Red+Green+Blue) = 58+97+104=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6168 is #C59E97. Grayscale: #565656. Windows color (decimal): -12951192 or 6840634. OLE color: 6840634.

HSL color Cylindrical-coordinate representation of color #3A6168: hue angle of 189.13º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A6168 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5897104-
CMYK0.440.0700.59
HSL189.13º28.4%31.76%-
HSV(B)189.13º44.23%40.78%-
XYZ8.5210.4514.66-
YUV86.14138.08107.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.39%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=22.39%
G=37.45%
B=40.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58971040.440.0700.59189.1328.431.76
Hex3A61682C703Bbd1c20
Octal721411505470732753440
Binary1110101100001110100010110011101110111011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,104); }

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

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

 a { background-color: rgb(58,97,104); }

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

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

 span { border-color: rgb(58,97,104); }

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