#396069

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

Shades of Smalt Blue #396069

Tints of Smalt Blue #396069

Color information

#396069 (or 0x396069) is unknown color: approx Smalt Blue. HEX triplet: 39, 60 and 69. RGB value is (57,96,105). Sum of RGB (Red+Green+Blue) = 57+96+105=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #396069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396069 is #C69F96. Grayscale: #555555. Windows color (decimal): -13016983 or 6905913. OLE color: 6905913.

HSL color Cylindrical-coordinate representation of color #396069: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396069 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5796105-
CMYK0.460.0900.59
HSL191.25º29.63%31.76%-
HSV(B)191.25º45.71%41.18%-
XYZ8.4210.2614.9-
YUV85.36139.08107.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=22.09%
G=37.21%
B=40.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57961050.460.0900.59191.2529.6331.76
Hex3960692E903Bbf1e20
Octal7114015156110732773640
Binary11100111000001101001101110100101110111011111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396069; }

 p { color: rgb(57,96,105); }

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

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

 a { background-color: rgb(57,96,105); }

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

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

 span { border-color: rgb(57,96,105); }

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