#396066

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

Shades of Smalt Blue #396066

Tints of Smalt Blue #396066

Color information

#396066 (or 0x396066) is unknown color: approx Smalt Blue. HEX triplet: 39, 60 and 66. RGB value is (57,96,102). Sum of RGB (Red+Green+Blue) = 57+96+102=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #396066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396066 is #C69F99. Grayscale: #545454. Windows color (decimal): -13016986 or 6709305. OLE color: 6709305.

HSL color Cylindrical-coordinate representation of color #396066: hue angle of 188º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396066 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5796102-
CMYK0.440.0600.6
HSL188º28.3%31.18%-
HSV(B)188º44.12%40%-
XYZ8.2710.1914.1-
YUV85.02137.58108.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 102 (40.23% from 255) = 40%
R=22.35%
G=37.65%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57961020.440.0600.618828.331.18
Hex3960662C603Cbc1c1f
Octal711401465460742743437
Binary111001110000011001101011001100111100101111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396066; }

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

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

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

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

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

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

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

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