#3B5F69

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

Shades of Smalt Blue #3B5F69

Tints of Smalt Blue #3B5F69

Color information

#3B5F69 (or 0x3B5F69) is unknown color: approx Smalt Blue. HEX triplet: 3B, 5F and 69. RGB value is (59,95,105). Sum of RGB (Red+Green+Blue) = 59+95+105=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B5F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5F69 is #C4A096. Grayscale: #555555. Windows color (decimal): -12886167 or 6905659. OLE color: 6905659.

HSL color Cylindrical-coordinate representation of color #3B5F69: hue angle of 193.04º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B5F69 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5995105-
CMYK0.440.1000.59
HSL193.04º28.05%32.16%-
HSV(B)193.04º43.81%41.18%-
XYZ8.4510.1314.88-
YUV85.38139.07109.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.78%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=22.78%
G=36.68%
B=40.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59951050.440.1000.59193.0428.0532.16
Hex3B5F692CA03Bc11c20
Octal7313715154120733013440
Binary11101110111111101001101100101001110111100000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,95,105); }

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

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

 a { background-color: rgb(59,95,105); }

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

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

 span { border-color: rgb(59,95,105); }

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