Html Css Color HEX #396168 Smalt Blue

📋 copy color: '#396168'

red 57 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #396168

Tints of Smalt Blue #396168

RGB

 RED value IS 57 (22.66% from 255) = 22.09%

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

 BLUE value IS 104 (41.02% from 255) = 40.31%

R = 22.09%
G = 37.6%
B = 40.31%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#396168 (or 0x396168) is known color: Smalt Blue. HEX triplet: 39, 61 and 68. RGB value is (57,97,104). Sum of RGB (Red+Green+Blue) = 57+97+104=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #396168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396168 is #C69E97. Grayscale: #555555. Windows color (decimal): -13016728 or 6840633. OLE color: 6840633.

HSL color Cylindrical-coordinate representation of color #396168: hue angle of 188.94º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396168 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 97 104 -
CMYK 0.45 0.07 0 0.59
HSL 188.94º 0.29% 0.32% -
HSV(B) 188.94º 0.45% 0.41% -
XYZ 8.46 10.42 14.66 -
YUV 85.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 57 97 104 0.45 0.07 0 0.59 188.94 0.29 0.32
Hex 39 61 68 2D 7 0 3B BD 1D 20
Octal 71 141 150 55 7 0 73 275 35 40
Binary 111001 1100001 1101000 101101 111 0 111011 10111101 11101 100000

Color Harmonies of #396168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396168

Black with #396168

Text Example


Text Example

White with #396168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396168; }

 p { color: rgb(57,97,104); }

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

background-color css

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

 a { background-color: rgb(57,97,104); }

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

border-color css

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

 span { border-color: rgb(57,97,104); }

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