Html Css Color HEX #3B646F Smalt Blue

📋 copy color: '#3B646F'

red 59 ◦ green 100 ◦ blue 111

#3B646F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #3B646F

Tints of Smalt Blue #3B646F

RGB

 RED value IS 59 (23.44% from 255) = 21.85%

 GREEN value IS 100 (39.45% from 255) = 37.04%

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 21.85%
G = 37.04%
B = 41.11%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B646F (or 0x3B646F) is known color: Smalt Blue. HEX triplet: 3B, 64 and 6F. RGB value is (59,100,111). Sum of RGB (Red+Green+Blue) = 59+100+111=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B646F is #C49B90. Grayscale: #585858. Windows color (decimal): -12884881 or 7300155. OLE color: 7300155.

HSL color Cylindrical-coordinate representation of color #3B646F: hue angle of 192.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B646F is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 100 111 -
CMYK 0.47 0.10 0 0.56
HSL 192.69º 0.31% 0.33% -
HSV(B) 192.69º 0.47% 0.44% -
XYZ 9.23 11.19 16.71 -
YUV 89 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 59 100 111 0.47 0.10 0 0.56 192.69 0.31 0.33
Hex 3B 64 6F 2F A 0 38 C1 1F 21
Octal 73 144 157 57 12 0 70 301 37 41
Binary 111011 1100100 1101111 101111 1010 0 111000 11000001 11111 100001

Color Harmonies of #3B646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B646F

Black with #3B646F

Text Example


Text Example

White with #3B646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,100,111); }

 H1.HeaderClassName
 {
   color: #3B646F;
 }
 .AnyTagClassName
 {
   color: #3B646F;
 }
</style>

background-color css

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

 a { background-color: rgb(59,100,111); }

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

border-color css

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

 span { border-color: rgb(59,100,111); }

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