Html Css Color HEX #396066 Smalt Blue

📋 copy color: '#396066'

red 57 ◦ green 96 ◦ blue 102

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

Shades of Smalt Blue #396066

Tints of Smalt Blue #396066

RGB

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

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

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

R = 22.35%
G = 37.65%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#396066 (or 0x396066) is known color: Smalt Blue. HEX triplet: 39, 60 and 66. RGB value is (57,96,102). Sum of RGB (Red+Green+Blue) = 57+96+102=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 96 (37.89% from 255 or 37.65% 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 #396066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396066 is #C69F99. Grayscale: #545454. Windows color (decimal): -13016986 or 6709305. OLE color: 6709305.

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

Color convert

RGB 57 96 102 -
CMYK 0.44 0.06 0 0.6
HSL 188º 0.28% 0.31% -
HSV(B) 188º 0.44% 0.4% -
XYZ 8.27 10.19 14.1 -
YUV 85.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 57 96 102 0.44 0.06 0 0.6 188 0.28 0.31
Hex 39 60 66 2C 6 0 3C BC 1C 1F
Octal 71 140 146 54 6 0 74 274 34 37
Binary 111001 1100000 1100110 101100 110 0 111100 10111100 11100 11111

Color Harmonies of #396066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396066

Black with #396066

Text Example


Text Example

White with #396066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396066; }

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

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

background-color css

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

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

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

border-color css

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

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

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