#376067

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

Shades of Smalt Blue #376067

Tints of Smalt Blue #376067

Color information

#376067 (or 0x376067) is unknown color: approx Smalt Blue. HEX triplet: 37, 60 and 67. RGB value is (55,96,103). Sum of RGB (Red+Green+Blue) = 55+96+103=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 103 - color contains mainly: blue. Hex color #376067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376067 is #C89F98. Grayscale: #545454. Windows color (decimal): -13148057 or 6774839. OLE color: 6774839.

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

Color convert

RGB5596103-
CMYK0.470.0700.60
HSL188.75º30.38%30.98%-
HSV(B)188.75º46.6%40.39%-
XYZ8.2110.1614.36-
YUV84.54138.42106.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=21.65%
G=37.80%
B=40.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55961030.470.0700.60188.7530.3830.98
Hex3760672F703Cbd1e1f
Octal671401475770742753637
Binary110111110000011001111011111110111100101111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376067; }

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

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

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

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

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

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

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

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