#396065

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

Shades of Smalt Blue #396065

Tints of Smalt Blue #396065

Color information

#396065 (or 0x396065) is unknown color: approx Smalt Blue. HEX triplet: 39, 60 and 65. RGB value is (57,96,101). Sum of RGB (Red+Green+Blue) = 57+96+101=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #396065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396065 is #C69F9A. Grayscale: #545454. Windows color (decimal): -13016987 or 6643769. OLE color: 6643769.

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

Color convert

RGB5796101-
CMYK0.440.0500.60
HSL186.82º27.85%30.98%-
HSV(B)186.82º43.56%39.61%-
XYZ8.2210.1813.84-
YUV84.91137.08108.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=22.44%
G=37.80%
B=39.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57961010.440.0500.60186.8227.8530.98
Hex3960652C503Cbb1c1f
Octal711401455450742733437
Binary111001110000011001011011001010111100101110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396065; }

 p { color: rgb(57,96,101); }

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

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

 a { background-color: rgb(57,96,101); }

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

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

 span { border-color: rgb(57,96,101); }

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