Html Css Color HEX #376A6F Ming

📋 copy color: '#376A6F'

red 55 ◦ green 106 ◦ blue 111

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

Shades of Ming #376A6F

Tints of Ming #376A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 20.22%
G = 38.97%
B = 40.81%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#376A6F (or 0x376A6F) is known color: Ming. HEX triplet: 37, 6A and 6F. RGB value is (55,106,111). Sum of RGB (Red+Green+Blue) = 55+106+111=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #376A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A6F is #C89590. Grayscale: #5B5B5B. Windows color (decimal): -13145489 or 7301687. OLE color: 7301687.

HSL color Cylindrical-coordinate representation of color #376A6F: hue angle of 185.36º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376A6F is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 106 111 -
CMYK 0.50 0.05 0 0.56
HSL 185.36º 0.34% 0.33% -
HSV(B) 185.36º 0.5% 0.44% -
XYZ 9.6 12.27 16.9 -
YUV 91.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 55 106 111 0.50 0.05 0 0.56 185.36 0.34 0.33
Hex 37 6A 6F 32 5 0 38 B9 22 21
Octal 67 152 157 62 5 0 70 271 42 41
Binary 110111 1101010 1101111 110010 101 0 111000 10111001 100010 100001

Color Harmonies of #376A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A6F

Black with #376A6F

Text Example


Text Example

White with #376A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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