Html Css Color HEX #396069 Smalt Blue

📋 copy color: '#396069'

red 57 ◦ green 96 ◦ blue 105

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

Shades of Smalt Blue #396069

Tints of Smalt Blue #396069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.7%

R = 22.09%
G = 37.21%
B = 40.7%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#396069 (or 0x396069) is known color: Smalt Blue. HEX triplet: 39, 60 and 69. RGB value is (57,96,105). Sum of RGB (Red+Green+Blue) = 57+96+105=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #396069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396069 is #C69F96. Grayscale: #555555. Windows color (decimal): -13016983 or 6905913. OLE color: 6905913.

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

Color convert

RGB 57 96 105 -
CMYK 0.46 0.09 0 0.59
HSL 191.25º 0.3% 0.32% -
HSV(B) 191.25º 0.46% 0.41% -
XYZ 8.42 10.26 14.9 -
YUV 85.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 57 96 105 0.46 0.09 0 0.59 191.25 0.3 0.32
Hex 39 60 69 2E 9 0 3B BF 1E 20
Octal 71 140 151 56 11 0 73 277 36 40
Binary 111001 1100000 1101001 101110 1001 0 111011 10111111 11110 100000

Color Harmonies of #396069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396069

Black with #396069

Text Example


Text Example

White with #396069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396069; }

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

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

background-color css

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

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

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

border-color css

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

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

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