#366167

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

Shades of Smalt Blue #366167

Tints of Smalt Blue #366167

Color information

#366167 (or 0x366167) is unknown color: approx Smalt Blue. HEX triplet: 36, 61 and 67. RGB value is (54,97,103). Sum of RGB (Red+Green+Blue) = 54+97+103=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 97 (38.28% from 255 or 38.19% 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 #366167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366167 is #C99E98. Grayscale: #545454. Windows color (decimal): -13213337 or 6775094. OLE color: 6775094.

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

Color convert

RGB5497103-
CMYK0.480.0600.60
HSL187.35º31.21%30.78%-
HSV(B)187.35º47.57%40.39%-
XYZ8.2410.3114.39-
YUV84.83138.25106.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=21.26%
G=38.19%
B=40.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54971030.480.0600.60187.3531.2130.78
Hex36616730603Cbb1f1f
Octal661411476060742733737
Binary110110110000111001111100001100111100101110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366167; }

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

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

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

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

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

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

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

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