#376066

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

Shades of Smalt Blue #376066

Tints of Smalt Blue #376066

Color information

#376066 (or 0x376066) is unknown color: approx Smalt Blue. HEX triplet: 37, 60 and 66. RGB value is (55,96,102). Sum of RGB (Red+Green+Blue) = 55+96+102=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #376066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376066 is #C89F99. Grayscale: #545454. Windows color (decimal): -13148058 or 6709303. OLE color: 6709303.

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

Color convert

RGB5596102-
CMYK0.460.0600.6
HSL187.66º29.94%30.78%-
HSV(B)187.66º46.08%40%-
XYZ8.1610.1414.1-
YUV84.42137.92107.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=21.74%
G=37.94%
B=40.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55961020.460.0600.6187.6629.9430.78
Hex3760662E603Cbc1e1f
Octal671401465660742743637
Binary110111110000011001101011101100111100101111001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376066; }

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

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

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

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

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

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

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

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