Html Css Color HEX #376065 Smalt Blue

📋 copy color: '#376065'

red 55 ◦ green 96 ◦ blue 101

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

Shades of Smalt Blue #376065

Tints of Smalt Blue #376065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 21.83%
G = 38.1%
B = 40.08%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#376065 (or 0x376065) is known color: Smalt Blue. HEX triplet: 37, 60 and 65. RGB value is (55,96,101). Sum of RGB (Red+Green+Blue) = 55+96+101=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #376065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376065 is #C89F9A. Grayscale: #545454. Windows color (decimal): -13148059 or 6643767. OLE color: 6643767.

HSL color Cylindrical-coordinate representation of color #376065: hue angle of 186.52º degrees, saturation: 0.29, 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 #376065 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 96 101 -
CMYK 0.46 0.05 0 0.60
HSL 186.52º 0.29% 0.31% -
HSV(B) 186.52º 0.46% 0.4% -
XYZ 8.11 10.12 13.84 -
YUV 84.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 55 96 101 0.46 0.05 0 0.60 186.52 0.29 0.31
Hex 37 60 65 2E 5 0 3C BB 1D 1F
Octal 67 140 145 56 5 0 74 273 35 37
Binary 110111 1100000 1100101 101110 101 0 111100 10111011 11101 11111

Color Harmonies of #376065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376065

Black with #376065

Text Example


Text Example

White with #376065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376065; }

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

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

background-color css

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

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

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

border-color css

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

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

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