Html Css Color HEX #376A69 Ming

📋 copy color: '#376A69'

red 55 ◦ green 106 ◦ blue 105

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

Shades of Ming #376A69

Tints of Ming #376A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 20.68%
G = 39.85%
B = 39.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#376A69 (or 0x376A69) is known color: Ming. HEX triplet: 37, 6A and 69. RGB value is (55,106,105). Sum of RGB (Red+Green+Blue) = 55+106+105=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #376A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A69 is #C89596. Grayscale: #5A5A5A. Windows color (decimal): -13145495 or 6908471. OLE color: 6908471.

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

Color convert

RGB 55 106 105 -
CMYK 0.48 0 0.01 0.58
HSL 178.82º 0.32% 0.32% -
HSV(B) 178.82º 0.48% 0.42% -
XYZ 9.28 12.14 15.22 -
YUV 90.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 55 106 105 0.48 0 0.01 0.58 178.82 0.32 0.32
Hex 37 6A 69 30 0 1 3A B3 20 20
Octal 67 152 151 60 0 1 72 263 40 40
Binary 110111 1101010 1101001 110000 0 1 111010 10110011 100000 100000

Color Harmonies of #376A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A69

Black with #376A69

Text Example


Text Example

White with #376A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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