Html Css Color HEX #376066 Smalt Blue

📋 copy color: '#376066'

red 55 ◦ green 96 ◦ blue 102

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

Shades of Smalt Blue #376066

Tints of Smalt Blue #376066

RGB

 RED value IS 55 (21.88% from 255) = 21.74%

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

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

R = 21.74%
G = 37.94%
B = 40.32%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#376066 (or 0x376066) is known color: Smalt Blue. HEX triplet: 37, 60 and 66. RGB value is (55,96,102). Sum of RGB (Red+Green+Blue) = 55+96+102=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #376066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376066 is #C89F99. Grayscale: #545454. Windows color (decimal): -13148058 or 6709303. OLE color: 6709303.

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

Color convert

RGB 55 96 102 -
CMYK 0.46 0.06 0 0.6
HSL 187.66º 0.3% 0.31% -
HSV(B) 187.66º 0.46% 0.4% -
XYZ 8.16 10.14 14.1 -
YUV 84.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 55 96 102 0.46 0.06 0 0.6 187.66 0.3 0.31
Hex 37 60 66 2E 6 0 3C BC 1E 1F
Octal 67 140 146 56 6 0 74 274 36 37
Binary 110111 1100000 1100110 101110 110 0 111100 10111100 11110 11111

Color Harmonies of #376066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376066

Black with #376066

Text Example


Text Example

White with #376066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376066; }

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

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

background-color css

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

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

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

border-color css

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

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

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