#396269

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

Shades of Smalt Blue #396269

Tints of Smalt Blue #396269

Color information

#396269 (or 0x396269) is unknown color: approx Smalt Blue. HEX triplet: 39, 62 and 69. RGB value is (57,98,105). Sum of RGB (Red+Green+Blue) = 57+98+105=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #396269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396269 is #C69D96. Grayscale: #565656. Windows color (decimal): -13016471 or 6906425. OLE color: 6906425.

HSL color Cylindrical-coordinate representation of color #396269: hue angle of 188.75º 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 #396269 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5798105-
CMYK0.460.0700.59
HSL188.75º29.63%31.76%-
HSV(B)188.75º45.71%41.18%-
XYZ8.610.6314.96-
YUV86.54138.42106.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=21.92%
G=37.69%
B=40.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57981050.460.0700.59188.7529.6331.76
Hex3962692E703Bbd1e20
Octal711421515670732753640
Binary1110011100010110100110111011101110111011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396269; }

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

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

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

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

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

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

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

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