#3D5E61

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

Shades of Smalt Blue #3D5E61

Tints of Smalt Blue #3D5E61

Color information

#3D5E61 (or 0x3D5E61) is unknown color: approx Smalt Blue. HEX triplet: 3D, 5E and 61. RGB value is (61,94,97). Sum of RGB (Red+Green+Blue) = 61+94+97=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D5E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5E61 is #C2A19E. Grayscale: #545454. Windows color (decimal): -12755359 or 6381117. OLE color: 6381117.

HSL color Cylindrical-coordinate representation of color #3D5E61: hue angle of 185º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D5E61 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB619497-
CMYK0.370.0300.62
HSL185º22.78%30.98%-
HSV(B)185º37.11%38.04%-
XYZ8.089.8612.79-
YUV84.48135.07111.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=24.21%
G=37.30%
B=38.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6194970.370.0300.6218522.7830.98
Hex3D5E6125303Eb9171f
Octal751361414530762712737
Binary11110110111101100001100101110111110101110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5E61; }

 p { color: rgb(61,94,97); }

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

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

 a { background-color: rgb(61,94,97); }

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

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

 span { border-color: rgb(61,94,97); }

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