#356167

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

Shades of Smalt Blue #356167

Tints of Smalt Blue #356167

Color information

#356167 (or 0x356167) is unknown color: approx Smalt Blue. HEX triplet: 35, 61 and 67. RGB value is (53,97,103). Sum of RGB (Red+Green+Blue) = 53+97+103=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #356167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356167 is #CA9E98. Grayscale: #545454. Windows color (decimal): -13278873 or 6775093. OLE color: 6775093.

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

Color convert

RGB5397103-
CMYK0.490.0600.60
HSL187.2º32.05%30.59%-
HSV(B)187.2º48.54%40.39%-
XYZ8.1910.2914.39-
YUV84.53138.42105.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=20.95%
G=38.34%
B=40.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53971030.490.0600.60187.232.0530.59
Hex35616731603Cbb201f
Octal651411476160742734037
Binary1101011100001110011111000111001111001011101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356167; }

 p { color: rgb(53,97,103); }

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

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

 a { background-color: rgb(53,97,103); }

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

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

 span { border-color: rgb(53,97,103); }

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