Html Css Color HEX #376A5B Stromboli

📋 copy color: '#376A5B'

red 55 ◦ green 106 ◦ blue 91

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

Shades of Stromboli #376A5B

Tints of Stromboli #376A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.06%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 21.83%
G = 42.06%
B = 36.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#376A5B (or 0x376A5B) is known color: Stromboli. HEX triplet: 37, 6A and 5B. RGB value is (55,106,91). Sum of RGB (Red+Green+Blue) = 55+106+91=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #376A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A5B is #C895A4. Grayscale: #595959. Windows color (decimal): -13145509 or 5990967. OLE color: 5990967.

HSL color Cylindrical-coordinate representation of color #376A5B: hue angle of 162.35º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376A5B is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 106 91 -
CMYK 0.48 0 0.14 0.58
HSL 162.35º 0.32% 0.32% -
HSV(B) 162.35º 0.48% 0.42% -
XYZ 8.62 11.88 11.74 -
YUV 89.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 55 106 91 0.48 0 0.14 0.58 162.35 0.32 0.32
Hex 37 6A 5B 30 0 E 3A A2 20 20
Octal 67 152 133 60 0 16 72 242 40 40
Binary 110111 1101010 1011011 110000 0 1110 111010 10100010 100000 100000

Color Harmonies of #376A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A5B

Black with #376A5B

Text Example


Text Example

White with #376A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376A5B; }

 p { color: rgb(55,106,91); }

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

background-color css

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

 a { background-color: rgb(55,106,91); }

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

border-color css

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

 span { border-color: rgb(55,106,91); }

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