#376269

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

Shades of Smalt Blue #376269

Tints of Smalt Blue #376269

Color information

#376269 (or 0x376269) is unknown color: approx Smalt Blue. HEX triplet: 37, 62 and 69. RGB value is (55,98,105). Sum of RGB (Red+Green+Blue) = 55+98+105=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #376269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376269 is #C89D96. Grayscale: #555555. Windows color (decimal): -13147543 or 6906423. OLE color: 6906423.

HSL color Cylindrical-coordinate representation of color #376269: hue angle of 188.4º 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 #376269 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5598105-
CMYK0.480.0700.59
HSL188.4º31.25%31.37%-
HSV(B)188.4º47.62%41.18%-
XYZ8.4910.5714.96-
YUV85.94138.75105.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=21.32%
G=37.98%
B=40.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55981050.480.0700.59188.431.2531.37
Hex37626930703Bbc1f1f
Octal671421516070732743737
Binary110111110001011010011100001110111011101111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376269; }

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

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

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

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

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

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

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

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