Html Css Color HEX #3A6166 Smalt Blue

📋 copy color: '#3A6166'

red 58 ◦ green 97 ◦ blue 102

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

Shades of Smalt Blue #3A6166

Tints of Smalt Blue #3A6166

RGB

 RED value IS 58 (23.05% from 255) = 22.57%

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 102 (40.23% from 255) = 39.69%

R = 22.57%
G = 37.74%
B = 39.69%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3A6166 (or 0x3A6166) is known color: Smalt Blue. HEX triplet: 3A, 61 and 66. RGB value is (58,97,102). Sum of RGB (Red+Green+Blue) = 58+97+102=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A6166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6166 is #C59E99. Grayscale: #555555. Windows color (decimal): -12951194 or 6709562. OLE color: 6709562.

HSL color Cylindrical-coordinate representation of color #3A6166: 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.43%. Process color model (Four color, CMYK) of #3A6166 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 58 97 102 -
CMYK 0.43 0.05 0 0.6
HSL 186.82º 0.28% 0.31% -
HSV(B) 186.82º 0.43% 0.4% -
XYZ 8.42 10.41 14.14 -
YUV 85.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 58 97 102 0.43 0.05 0 0.6 186.82 0.28 0.31
Hex 3A 61 66 2B 5 0 3C BB 1C 1F
Octal 72 141 146 53 5 0 74 273 34 37
Binary 111010 1100001 1100110 101011 101 0 111100 10111011 11100 11111

Color Harmonies of #3A6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6166

Black with #3A6166

Text Example


Text Example

White with #3A6166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,102); }

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

background-color css

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

 a { background-color: rgb(58,97,102); }

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

border-color css

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

 span { border-color: rgb(58,97,102); }

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