#3A6269

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

Shades of Smalt Blue #3A6269

Tints of Smalt Blue #3A6269

Color information

#3A6269 (or 0x3A6269) is unknown color: approx Smalt Blue. HEX triplet: 3A, 62 and 69. RGB value is (58,98,105). Sum of RGB (Red+Green+Blue) = 58+98+105=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A6269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6269 is #C59D96. Grayscale: #565656. Windows color (decimal): -12950935 or 6906426. OLE color: 6906426.

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

Color convert

RGB5898105-
CMYK0.450.0700.59
HSL188.94º28.83%31.96%-
HSV(B)188.94º44.76%41.18%-
XYZ8.6610.6514.96-
YUV86.84138.25107.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=22.22%
G=37.55%
B=40.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58981050.450.0700.59188.9428.8331.96
Hex3A62692D703Bbd1d20
Octal721421515570732753540
Binary1110101100010110100110110111101110111011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,105); }

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

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

 a { background-color: rgb(58,98,105); }

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

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

 span { border-color: rgb(58,98,105); }

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