#376068

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

Shades of Smalt Blue #376068

Tints of Smalt Blue #376068

Color information

#376068 (or 0x376068) is unknown color: approx Smalt Blue. HEX triplet: 37, 60 and 68. RGB value is (55,96,104). Sum of RGB (Red+Green+Blue) = 55+96+104=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #376068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376068 is #C89F97. Grayscale: #545454. Windows color (decimal): -13148056 or 6840375. OLE color: 6840375.

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

Color convert

RGB5596104-
CMYK0.470.0800.59
HSL189.8º30.82%31.18%-
HSV(B)189.8º47.12%40.78%-
XYZ8.2610.1814.63-
YUV84.65138.92106.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=21.57%
G=37.65%
B=40.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55961040.470.0800.59189.830.8231.18
Hex3760682F803Bbe1f1f
Octal6714015057100732763737
Binary1101111100000110100010111110000111011101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376068; }

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

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

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

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

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

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

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

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