#3D606C

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

Shades of Smalt Blue #3D606C

Tints of Smalt Blue #3D606C

Color information

#3D606C (or 0x3D606C) is unknown color: approx Smalt Blue. HEX triplet: 3D, 60 and 6C. RGB value is (61,96,108). Sum of RGB (Red+Green+Blue) = 61+96+108=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D606C is #C29F93. Grayscale: #565656. Windows color (decimal): -12754836 or 7102525. OLE color: 7102525.

HSL color Cylindrical-coordinate representation of color #3D606C: hue angle of 195.32º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D606C is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6196108-
CMYK0.440.1100.58
HSL195.32º27.81%33.14%-
HSV(B)195.32º43.52%42.35%-
XYZ8.8110.4415.74-
YUV86.9139.9109.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=23.02%
G=36.23%
B=40.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61961080.440.1100.58195.3227.8133.14
Hex3D606C2CB03Ac31c21
Octal7514015454130723033441
Binary11110111000001101100101100101101110101100001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,108); }

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

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

 a { background-color: rgb(61,96,108); }

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

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

 span { border-color: rgb(61,96,108); }

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