#3A5E65

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

Shades of Smalt Blue #3A5E65

Tints of Smalt Blue #3A5E65

Color information

#3A5E65 (or 0x3A5E65) is unknown color: approx Smalt Blue. HEX triplet: 3A, 5E and 65. RGB value is (58,94,101). Sum of RGB (Red+Green+Blue) = 58+94+101=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A5E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E65 is #C5A19A. Grayscale: #535353. Windows color (decimal): -12951963 or 6643258. OLE color: 6643258.

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

Color convert

RGB5894101-
CMYK0.430.0700.60
HSL189.77º27.04%31.18%-
HSV(B)189.77º42.57%39.61%-
XYZ8.19.8413.79-
YUV84.03137.57109.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=22.92%
G=37.15%
B=39.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58941010.430.0700.60189.7727.0431.18
Hex3A5E652B703Cbe1b1f
Octal721361455370742763337
Binary111010101111011001011010111110111100101111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,94,101); }

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

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

 a { background-color: rgb(58,94,101); }

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

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

 span { border-color: rgb(58,94,101); }

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