Html Css Color HEX #376A5E Stromboli

📋 copy color: '#376A5E'

red 55 ◦ green 106 ◦ blue 94

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

Shades of Stromboli #376A5E

Tints of Stromboli #376A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 21.57%
G = 41.57%
B = 36.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#376A5E (or 0x376A5E) is known color: Stromboli. HEX triplet: 37, 6A and 5E. RGB value is (55,106,94). Sum of RGB (Red+Green+Blue) = 55+106+94=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #376A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A5E is #C895A1. Grayscale: #595959. Windows color (decimal): -13145506 or 6187575. OLE color: 6187575.

HSL color Cylindrical-coordinate representation of color #376A5E: hue angle of 165.88º 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 #376A5E is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 106 94 -
CMYK 0.48 0 0.11 0.58
HSL 165.88º 0.32% 0.32% -
HSV(B) 165.88º 0.48% 0.42% -
XYZ 8.75 11.93 12.43 -
YUV 89.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 55 106 94 0.48 0 0.11 0.58 165.88 0.32 0.32
Hex 37 6A 5E 30 0 B 3A A6 20 20
Octal 67 152 136 60 0 13 72 246 40 40
Binary 110111 1101010 1011110 110000 0 1011 111010 10100110 100000 100000

Color Harmonies of #376A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A5E

Black with #376A5E

Text Example


Text Example

White with #376A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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