#376169

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

Shades of Smalt Blue #376169

Tints of Smalt Blue #376169

Color information

#376169 (or 0x376169) is unknown color: approx Smalt Blue. HEX triplet: 37, 61 and 69. RGB value is (55,97,105). Sum of RGB (Red+Green+Blue) = 55+97+105=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #376169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376169 is #C89E96. Grayscale: #555555. Windows color (decimal): -13147799 or 6906167. OLE color: 6906167.

HSL color Cylindrical-coordinate representation of color #376169: hue angle of 189.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376169 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5597105-
CMYK0.480.0800.59
HSL189.6º31.25%31.37%-
HSV(B)189.6º47.62%41.18%-
XYZ8.410.3814.93-
YUV85.35139.09106.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=21.40%
G=37.74%
B=40.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55971050.480.0800.59189.631.2531.37
Hex37616930803Bbe1f1f
Octal6714115160100732763737
Binary1101111100001110100111000010000111011101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376169; }

 p { color: rgb(55,97,105); }

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

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

 a { background-color: rgb(55,97,105); }

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

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

 span { border-color: rgb(55,97,105); }

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