#376065

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

Shades of Smalt Blue #376065

Tints of Smalt Blue #376065

Color information

#376065 (or 0x376065) is unknown color: approx Smalt Blue. HEX triplet: 37, 60 and 65. RGB value is (55,96,101). Sum of RGB (Red+Green+Blue) = 55+96+101=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #376065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376065 is #C89F9A. Grayscale: #545454. Windows color (decimal): -13148059 or 6643767. OLE color: 6643767.

HSL color Cylindrical-coordinate representation of color #376065: hue angle of 186.52º degrees, saturation: 0.29, 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 #376065 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5596101-
CMYK0.460.0500.60
HSL186.52º29.49%30.59%-
HSV(B)186.52º45.54%39.61%-
XYZ8.1110.1213.84-
YUV84.31137.42107.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=21.83%
G=38.10%
B=40.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55961010.460.0500.60186.5229.4930.59
Hex3760652E503Cbb1d1f
Octal671401455650742733537
Binary110111110000011001011011101010111100101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376065; }

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

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

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

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

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

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

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

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