Html Css Color HEX #386166 Smalt Blue

📋 copy color: '#386166'

red 56 ◦ green 97 ◦ blue 102

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

Shades of Smalt Blue #386166

Tints of Smalt Blue #386166

RGB

 RED value IS 56 (22.27% from 255) = 21.96%

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

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

R = 21.96%
G = 38.04%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#386166 (or 0x386166) is known color: Smalt Blue. HEX triplet: 38, 61 and 66. RGB value is (56,97,102). Sum of RGB (Red+Green+Blue) = 56+97+102=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #386166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386166 is #C79E99. Grayscale: #555555. Windows color (decimal): -13082266 or 6709560. OLE color: 6709560.

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

Color convert

RGB 56 97 102 -
CMYK 0.45 0.05 0 0.6
HSL 186.52º 0.29% 0.31% -
HSV(B) 186.52º 0.45% 0.4% -
XYZ 8.3 10.35 14.13 -
YUV 85.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 56 97 102 0.45 0.05 0 0.6 186.52 0.29 0.31
Hex 38 61 66 2D 5 0 3C BB 1D 1F
Octal 70 141 146 55 5 0 74 273 35 37
Binary 111000 1100001 1100110 101101 101 0 111100 10111011 11101 11111

Color Harmonies of #386166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386166

Black with #386166

Text Example


Text Example

White with #386166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386166; }

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

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

background-color css

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

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

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

border-color css

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

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

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