Html Css Color HEX #396067 Smalt Blue

📋 copy color: '#396067'

red 57 ◦ green 96 ◦ blue 103

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

Shades of Smalt Blue #396067

Tints of Smalt Blue #396067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 103 (40.63% from 255) = 40.23%

R = 22.27%
G = 37.5%
B = 40.23%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#396067 (or 0x396067) is known color: Smalt Blue. HEX triplet: 39, 60 and 67. RGB value is (57,96,103). Sum of RGB (Red+Green+Blue) = 57+96+103=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #396067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396067 is #C69F98. Grayscale: #555555. Windows color (decimal): -13016985 or 6774841. OLE color: 6774841.

HSL color Cylindrical-coordinate representation of color #396067: hue angle of 189.13º 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 #396067 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 96 103 -
CMYK 0.45 0.07 0 0.60
HSL 189.13º 0.29% 0.31% -
HSV(B) 189.13º 0.45% 0.4% -
XYZ 8.32 10.21 14.37 -
YUV 85.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 57 96 103 0.45 0.07 0 0.60 189.13 0.29 0.31
Hex 39 60 67 2D 7 0 3C BD 1D 1F
Octal 71 140 147 55 7 0 74 275 35 37
Binary 111001 1100000 1100111 101101 111 0 111100 10111101 11101 11111

Color Harmonies of #396067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396067

Black with #396067

Text Example


Text Example

White with #396067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396067; }

 p { color: rgb(57,96,103); }

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

background-color css

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

 a { background-color: rgb(57,96,103); }

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

border-color css

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

 span { border-color: rgb(57,96,103); }

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